From: Tim Starling Date: Fri, 19 Nov 2010 01:31:53 +0000 (+0000) Subject: Break long lines X-Git-Tag: 1.31.0-rc.0~33818 X-Git-Url: https://git.cyclocoop.org/%28%28?a=commitdiff_plain;h=f756d9f9e85df33d388c7beb7cb1b4d29e730367;p=lhc%2Fweb%2Fwiklou.git Break long lines --- diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index 0128182448..cda21f9b47 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -1663,8 +1663,9 @@ $wgResourceLoaderMaxage = array( ); /** - * Whether to embed private modules inline with HTML output or to bypass caching and check the user parameter against - * $wgUser to prevent unauthorized access to private modules. + * Whether to embed private modules inline with HTML output or to bypass + * caching and check the user parameter against $wgUser to prevent + * unauthorized access to private modules. */ $wgResourceLoaderInlinePrivateModules = true;