Set the default value for $wgSectionContainers and documented the functionality.
authorArash Boostani <aboostani@users.mediawiki.org>
Wed, 6 May 2009 15:13:12 +0000 (15:13 +0000)
committerArash Boostani <aboostani@users.mediawiki.org>
Wed, 6 May 2009 15:13:12 +0000 (15:13 +0000)
includes/DefaultSettings.php

index 53cc822..4168ece 100644 (file)
@@ -3816,3 +3816,10 @@ $wgInvalidUsernameCharacters = '@';
  * modify the user rights of those users via Special:UserRights
  */
 $wgUserrightsInterwikiDelimiter = '@';
+
+/**
+ * The $wgSectionContainers variable is used by the parser to determine if it should
+ * wrap each section of an article in a div. It is automatically enabled if the EditSectionHiliteLink
+ * extension is installed.
+ */
+$wgSectionContainers = false;
\ No newline at end of file