From cc8c19f262ff0f7ab93ae52f43bb4761a68bfab1 Mon Sep 17 00:00:00 2001 From: Chad Horohoe Date: Tue, 3 Jun 2008 15:12:16 +0000 Subject: [PATCH] Clean up DefaultSettings.php documentation for (now useless) $wgRateLimitsExcludedGroups --- includes/DefaultSettings.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index 6f6239b68f..9b72283eb1 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -2838,10 +2838,10 @@ $wgRateLimitLog = null; /** * Array of groups which should never trigger the rate limiter * - * @deprecated as of 1.13, use $wgGroupPermissions[]['noratelimit'] - * instead. + * Removed as of 1.13, use $wgGroupPermissions[]['noratelimit'] instead. + * User::isPingLimitable() uses it now. */ -$wgRateLimitsExcludedGroups = array(); +# $wgRateLimitsExcludedGroups = array(); /** * On Special:Unusedimages, consider images "used", if they are put -- 2.20.1