Index: trunk/phase3/includes/DefaultSettings.php |
— | — | @@ -4331,9 +4331,9 @@ |
4332 | 4332 | $wgSitemapNamespacesPriorities = false; |
4333 | 4333 | |
4334 | 4334 | /** |
4335 | | - * Search IP |
4336 | | - * Treat IP searches as a contributor search for those |
4337 | | - * with permissions to do so. |
| 4335 | + * If true, searches for IP addresses will be redirected to that IP's |
| 4336 | + * contributions page. E.g. searching for "1.2.3.4" will redirect to |
| 4337 | + * [[Special:Contributions/1.2.3.4]] |
4338 | 4338 | */ |
4339 | 4339 | $wgEnableSearchContributorsByIP = true; |
4340 | 4340 | |