Document $wgDisableAnonTalk
authorAlexandre Emsenhuber <ialex@users.mediawiki.org>
Wed, 1 Apr 2009 19:13:46 +0000 (19:13 +0000)
committerAlexandre Emsenhuber <ialex@users.mediawiki.org>
Wed, 1 Apr 2009 19:13:46 +0000 (19:13 +0000)
includes/DefaultSettings.php

index d48a4cc..67d1f9b 100644 (file)
@@ -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
  */