Changing the comment to clarify the behavior.
authorRotem Liss <rotem@users.mediawiki.org>
Sat, 4 Nov 2006 08:42:43 +0000 (08:42 +0000)
committerRotem Liss <rotem@users.mediawiki.org>
Sat, 4 Nov 2006 08:42:43 +0000 (08:42 +0000)
includes/DefaultSettings.php

index f3b5522..a78f6f9 100644 (file)
@@ -1441,7 +1441,7 @@ if( !isset( $wgCommandLineMode ) ) {
 # Recent changes settings
 #
 
-/** Log IP addresses in the recentchanges table */
+/** Log IP addresses in the recentchanges table; can be accessed only by extensions (e.g. CheckUser) or a DB admin */
 $wgPutIPinRC = true;
 
 /**