r78581 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r78580‎ | r78581 | r78582 >
Date:22:02, 18 December 2010
Author:ialex
Status:ok
Tags:
Comment:
Fix for r78570: correct default value
Modified paths:
  • /trunk/phase3/includes/parser/ParserOptions.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/parser/ParserOptions.php
@@ -20,7 +20,7 @@
2121 var $mEnableImageWhitelist; # If not or it doesn't match, should we check an on-wiki whitelist?
2222 var $mSkin = null; # Reference to the preferred skin
2323 var $mDateFormat = null; # Date format index
24 - var $mEditSection = false; # Create "edit section" links
 24+ var $mEditSection = true; # Create "edit section" links
2525 var $mAllowSpecialInclusion; # Allow inclusion of special pages
2626 var $mTidy = false; # Ask for tidy cleanup
2727 var $mInterfaceMessage = false; # Which lang to call for PLURAL and GRAMMAR

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r78570Moved constant values from initialiseFromUser() to class definitionialex17:56, 18 December 2010

Status & tagging log