From: Matthew Flaschen Date: Thu, 2 May 2013 03:43:36 +0000 (-0400) Subject: Add note that wgActiveUserDays affects the NUMBEROFACTIVEUSERS magic word. X-Git-Tag: 1.31.0-rc.0~19750 X-Git-Url: http://git.cyclocoop.org/fichier?a=commitdiff_plain;h=2c6be31b44fe9dc13b820b28ca47386899b4226a;p=lhc%2Fweb%2Fwiklou.git Add note that wgActiveUserDays affects the NUMBEROFACTIVEUSERS magic word. Change-Id: I312fb1d8d0ffa2a978366c96accedf2a7b42bec8 --- diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index 1f64b335e1..053e3a8cf0 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -3583,7 +3583,8 @@ $wgHitcounterUpdateFreq = 1; /** * How many days user must be idle before he is considered inactive. Will affect - * the number shown on Special:Statistics and Special:ActiveUsers special page. + * the number shown on Special:Statistics, Special:ActiveUsers, and the + * {{NUMBEROFACTIVEUSERS}} magic word in wikitext. * You might want to leave this as the default value, to provide comparable * numbers between different wikis. */