Add note that wgActiveUserDays affects the NUMBEROFACTIVEUSERS magic word.
authorMatthew Flaschen <mflaschen@wikimedia.org>
Thu, 2 May 2013 03:43:36 +0000 (23:43 -0400)
committerGerrit Code Review <gerrit@wikimedia.org>
Tue, 7 May 2013 05:59:27 +0000 (05:59 +0000)
Change-Id: I312fb1d8d0ffa2a978366c96accedf2a7b42bec8

includes/DefaultSettings.php

index 1f64b33..053e3a8 100644 (file)
@@ -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.
  */