r50263 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r50262‎ | r50263 | r50264 >
Date:15:13, 6 May 2009
Author:aboostani
Status:ok
Tags:
Comment:
Set the default value for $wgSectionContainers and documented the functionality.
Modified paths:
  • /trunk/phase3/includes/DefaultSettings.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/DefaultSettings.php
@@ -3816,3 +3816,10 @@
38173817 * modify the user rights of those users via Special:UserRights
38183818 */
38193819 $wgUserrightsInterwikiDelimiter = '@';
 3820+
 3821+/**
 3822+ * The $wgSectionContainers variable is used by the parser to determine if it should
 3823+ * wrap each section of an article in a div. It is automatically enabled if the EditSectionHiliteLink
 3824+ * extension is installed.
 3825+ */
 3826+$wgSectionContainers = false;
\ No newline at end of file

Status & tagging log