Index: trunk/phase3/includes/specials/SpecialActiveusers.php |
— | — | @@ -139,14 +139,14 @@ |
140 | 140 | global $wgOut, $wgLang, $wgRCMaxAge; |
141 | 141 | |
142 | 142 | $this->setHeaders(); |
143 | | - |
| 143 | + |
144 | 144 | $up = new ActiveUsersPager(); |
145 | 145 | |
146 | 146 | # getBody() first to check, if empty |
147 | 147 | $usersbody = $up->getBody(); |
148 | 148 | |
149 | 149 | $s = Html::rawElement( 'div', array( 'class' => 'mw-activeusers-intro' ), |
150 | | - wfMsg( 'activeusers-intro', $wgLang->formatNum( ceil( $wgRCMaxAge / 86400 ) ) ) |
| 150 | + wfMsgExt( 'activeusers-intro', 'parsemag', $wgLang->formatNum( ceil( $wgRCMaxAge / 86400 ) ) ) |
151 | 151 | ); |
152 | 152 | |
153 | 153 | $s .= $up->getPageHeader(); |
Index: trunk/phase3/languages/messages/MessagesEn.php |
— | — | @@ -2533,7 +2533,7 @@ |
2534 | 2534 | |
2535 | 2535 | # Special:ActiveUsers |
2536 | 2536 | 'activeusers' => 'Active users list', |
2537 | | -#'activeusers-summary' => '', # do not translate or duplicate this message to other languages |
| 2537 | +'activeusers-summary' => '', # do not translate or duplicate this message to other languages |
2538 | 2538 | 'activeusers-intro' => 'This is a list of users who had some kind of activity within the last $1 {{PLURAL:$1|day|days}}.', |
2539 | 2539 | 'activeusers-count' => '$1 {{PLURAL:$1|edit|edits}} in the last {{PLURAL:$3|day|$3 days}}', |
2540 | 2540 | 'activeusers-from' => 'Display users starting at:', |