From b50f85b569c612eed0359ce7bc2bf29519eec13e Mon Sep 17 00:00:00 2001 From: Roan Kattouw Date: Wed, 16 Nov 2011 10:37:27 +0000 Subject: [PATCH] Clarify comment in r103019 --- includes/DefaultSettings.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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; -- 2.20.1