From 2c6be31b44fe9dc13b820b28ca47386899b4226a Mon Sep 17 00:00:00 2001 From: Matthew Flaschen Date: Wed, 1 May 2013 23:43:36 -0400 Subject: [PATCH] Add note that wgActiveUserDays affects the NUMBEROFACTIVEUSERS magic word. Change-Id: I312fb1d8d0ffa2a978366c96accedf2a7b42bec8 --- includes/DefaultSettings.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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. */ -- 2.20.1