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