Index: trunk/phase3/languages/messages/MessagesEn.php |
— | — | @@ -232,7 +232,7 @@ |
233 | 233 | 'numberofarticles' => array( 1, 'NUMBEROFARTICLES' ), |
234 | 234 | 'numberoffiles' => array( 1, 'NUMBEROFFILES' ), |
235 | 235 | 'numberofusers' => array( 1, 'NUMBEROFUSERS' ), |
236 | | - 'activeusers' => array( 1, 'ACTIVEUSERS' ), |
| 236 | + 'activeusers' => array( 1, 'ACTIVEUSERS', 'NUMBEROFACTIVEUSERS' ), |
237 | 237 | 'numberofedits' => array( 1, 'NUMBEROFEDITS' ), |
238 | 238 | 'numberofviews' => array( 1, 'NUMBEROFVIEWS' ), |
239 | 239 | 'pagename' => array( 1, 'PAGENAME' ), |
Index: trunk/phase3/RELEASE-NOTES |
— | — | @@ -94,6 +94,8 @@ |
95 | 95 | * (bug 17311) Add a note beside the gender selection menu to tell users that |
96 | 96 | this information will be public |
97 | 97 | * Localize time zone regions in Special:Preferences |
| 98 | +* Add NUMBEROFACTIVEUSERS magic word, which is like NUMBEROFUSERS, but uses |
| 99 | + the active users data from site_stats. |
98 | 100 | |
99 | 101 | === Bug fixes in 1.15 === |
100 | 102 | * (bug 16968) Special:Upload no longer throws useless warnings. |