From: Chad Horohoe Date: Fri, 15 Apr 2011 18:06:03 +0000 (+0000) Subject: Followup r83755: You removed them, you didn't deprecate them (there is a difference... X-Git-Tag: 1.31.0-rc.0~30820 X-Git-Url: http://git.cyclocoop.org///%22%40url%40//%22?a=commitdiff_plain;h=051cd66e9d1f6acf99f282a0a235111dbea819bc;p=lhc%2Fweb%2Fwiklou.git Followup r83755: You removed them, you didn't deprecate them (there is a difference). If you're going to remove them, go the whole way rather than having people think they might still work. --- diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index 67d9826bdd..56f16e976c 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -3197,18 +3197,6 @@ $wgSecureLogin = false; * @{ */ -/** - * Allow sysops to ban logged-in users - * @deprecated since 1.18 - */ -$wgSysopUserBans = true; - -/** - * Allow sysops to ban IP ranges - * @deprecated since 1.18; set $wgBlockCIDRLimit to array( 'IPv4' => 32, 'IPv6 => 128 ) instead. - */ -$wgSysopRangeBans = true; - /** * Number of seconds before autoblock entries expire. Default 86400 = 1 day. */