jenkins-bot has submitted this change and it was merged.

Change subject: Revert "Remove link to Special:ActiveUsers from 
Special:Statistics"
......................................................................


Revert "Remove link to Special:ActiveUsers from Special:Statistics"

Special:ActiveUsers still seems to be in REL1_21, and
there is a pending change set (Ib43b4205) to add back
the special page on the master branch.

This reverts commit 4b2c7373f2ab6f701cbd7f371ad4b95829e34e70

Change-Id: I5669477091ada36ea28c33de1232d2b7e9d0b413
---
M includes/specials/SpecialStatistics.php
1 file changed, 5 insertions(+), 1 deletion(-)

Approvals:
  MarkAHershberger: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/includes/specials/SpecialStatistics.php 
b/includes/specials/SpecialStatistics.php
index ec924b0..bc1b600 100644
--- a/includes/specials/SpecialStatistics.php
+++ b/includes/specials/SpecialStatistics.php
@@ -171,7 +171,11 @@
                                $this->formatRow( $this->msg( 
'statistics-users' )->parse(),
                                                
$this->getLanguage()->formatNum( $this->users ),
                                                array( 'class' => 
'mw-statistics-users' ) ) .
-                               $this->formatRow( $this->msg( 
'statistics-users-active' )->parse(),
+                               $this->formatRow( $this->msg( 
'statistics-users-active' )->parse() . ' ' .
+                                                       Linker::linkKnown(
+                                                               
SpecialPage::getTitleFor( 'Activeusers' ),
+                                                               $this->msg( 
'listgrouprights-members' )->escaped()
+                                                       ),
                                                
$this->getLanguage()->formatNum( $this->activeUsers ),
                                                array( 'class' => 
'mw-statistics-users-active' ),
                                                'statistics-users-active-desc',

-- 
To view, visit https://gerrit.wikimedia.org/r/59624
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I5669477091ada36ea28c33de1232d2b7e9d0b413
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: REL1_21
Gerrit-Owner: PleaseStand <[email protected]>
Gerrit-Reviewer: Demon <[email protected]>
Gerrit-Reviewer: MarkAHershberger <[email protected]>
Gerrit-Reviewer: jenkins-bot

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to