X-Git-Url: http://git.cyclocoop.org//%27http:/code.google.com/p/ie7-js//%27?a=blobdiff_plain;f=includes%2FDefaultSettings.php;h=92df370671f863b5d0737b1248cb40369d3a3bdf;hb=af28c6f55abdf3d00b18cc44af8ca41e22955491;hp=ab811f4bd30fcca572c4fa97a50972f5ecf569b9;hpb=4c1973e52e8d3c3b7aa6203a985ff1cdf0de6d86;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index ab811f4bd3..92df370671 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -3825,21 +3825,6 @@ $wgSpamRegex = array(); /** Same as the above except for edit summaries */ $wgSummarySpamRegex = array(); -/** - * Similarly you can get a function to do the job. The function will be given - * the following args: - * - a Title object for the article the edit is made on - * - the text submitted in the textarea (wpTextbox1) - * - the section number. - * The return should be boolean indicating whether the edit matched some evilness: - * - true : block it - * - false : let it through - * - * @deprecated since 1.17 Use hooks. See SpamBlacklist extension. - * @var $wgFilterCallback bool|string|Closure - */ -$wgFilterCallback = false; - /** * Whether to use DNS blacklists in $wgDnsBlacklistUrls to check for open proxies * @since 1.16