r9305 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r9304‎ | r9305 | r9306 >
Date:01:34, 2 June 2005
Author:vibber
Status:old
Tags:
Comment:
Bug 1929: Incorrect comment in DefaultSettings.php
Modified paths:
  • /trunk/phase3/includes/DefaultSettings.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/DefaultSettings.php
@@ -655,7 +655,7 @@
656656 # own risks.
657657
658658 $wgWhitelistEdit = false; # true = user must login to edit.
659 -$wgWhitelistRead = false; # Pages anonymous user may see, like: = array ( ":Main_Page", "Special:Userlogin", "Wikipedia:Help");
 659+$wgWhitelistRead = false; # Pages anonymous user may see, like: = array ( "Main Page", "Special:Userlogin", "Wikipedia:Help");
660660 $wgWhitelistAccount = array ( 'user' => 1, 'sysop' => 1, 'developer' => 1 );
661661
662662 $wgAllowAnonymousMinor = false; # Allow anonymous users to mark changes as 'minor'

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r9261* (bug 1929) Fix documentation comment for $wgWhitelistReadvibber11:06, 29 May 2005

Status & tagging log