From: Arash Boostani Date: Wed, 6 May 2009 15:13:12 +0000 (+0000) Subject: Set the default value for $wgSectionContainers and documented the functionality. X-Git-Tag: 1.31.0-rc.0~41865 X-Git-Url: http://git.cyclocoop.org/%22.%20generer_url_ecrire%28%22sites_tous%22%2C%22%22%29.%20%22?a=commitdiff_plain;h=b125252d438c31791db2c4e6f0933e12d2a35aad;p=lhc%2Fweb%2Fwiklou.git Set the default value for $wgSectionContainers and documented the functionality. --- 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