From: Alexandre Emsenhuber Date: Wed, 1 Apr 2009 19:13:46 +0000 (+0000) Subject: Document $wgDisableAnonTalk X-Git-Tag: 1.31.0-rc.0~42251 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/pie.php?a=commitdiff_plain;h=d984f30295a0f54f699fa976ed128f48ed5c4b96;p=lhc%2Fweb%2Fwiklou.git Document $wgDisableAnonTalk --- diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index d48a4cc346..67d1f9b698 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -1852,7 +1852,13 @@ $wgShowEXIF = function_exists( 'exif_read_data' ); * uploads do work. */ $wgRemoteUploads = false; + +/** + * Disable links to talk pages of anonymous users (IPs) in listings on special + * pages like page history, Special:Recentchanges, etc. + */ $wgDisableAnonTalk = false; + /** * Do DELETE/INSERT for link updates instead of incremental */