From: Aryeh Gregor Date: Sun, 13 Jan 2008 01:03:28 +0000 (+0000) Subject: Clarify comment on $wgRateLimits. X-Git-Tag: 1.31.0-rc.0~50038 X-Git-Url: http://git.cyclocoop.org/%24href?a=commitdiff_plain;h=37c14c19a90667081b8c10f895b242e141192fdf;p=lhc%2Fweb%2Fwiklou.git Clarify comment on $wgRateLimits. --- diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index f620f90162..2916a8286d 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -2521,7 +2521,7 @@ $wgRateLimits = array( 'edit' => array( 'anon' => null, // for any and all anonymous edits (aggregate) 'user' => null, // for each logged-in user - 'newbie' => null, // for each recent account; overrides 'user' + 'newbie' => null, // for each recent (autoconfirmed) account; overrides 'user' 'ip' => null, // for each anon and recent account 'subnet' => null, // ... with final octet removed ),