From: Roan Kattouw Date: Wed, 16 Nov 2011 10:37:27 +0000 (+0000) Subject: Clarify comment in r103019 X-Git-Tag: 1.31.0-rc.0~26478 X-Git-Url: https://git.cyclocoop.org/%27.%24link.%27?a=commitdiff_plain;h=b50f85b569c612eed0359ce7bc2bf29519eec13e;p=lhc%2Fweb%2Fwiklou.git Clarify comment in r103019 --- diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index c441fd1635..d741b1ba6f 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -4331,9 +4331,9 @@ $wgSitemapNamespaces = false; $wgSitemapNamespacesPriorities = false; /** - * Search IP - * Treat IP searches as a contributor search for those - * with permissions to do so. + * If true, searches for IP addresses will be redirected to that IP's + * contributions page. E.g. searching for "1.2.3.4" will redirect to + * [[Special:Contributions/1.2.3.4]] */ $wgEnableSearchContributorsByIP = true;