From b125252d438c31791db2c4e6f0933e12d2a35aad Mon Sep 17 00:00:00 2001 From: Arash Boostani Date: Wed, 6 May 2009 15:13:12 +0000 Subject: [PATCH] Set the default value for $wgSectionContainers and documented the functionality. --- includes/DefaultSettings.php | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index 53cc822f9d..4168ecea0f 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -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 -- 2.20.1