Clarify comment in r103019
authorRoan Kattouw <catrope@users.mediawiki.org>
Wed, 16 Nov 2011 10:37:27 +0000 (10:37 +0000)
committerRoan Kattouw <catrope@users.mediawiki.org>
Wed, 16 Nov 2011 10:37:27 +0000 (10:37 +0000)
includes/DefaultSettings.php

index c441fd1..d741b1b 100644 (file)
@@ -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;