From 37c14c19a90667081b8c10f895b242e141192fdf Mon Sep 17 00:00:00 2001 From: Aryeh Gregor Date: Sun, 13 Jan 2008 01:03:28 +0000 Subject: [PATCH] Clarify comment on $wgRateLimits. --- includes/DefaultSettings.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ), -- 2.20.1