From f756d9f9e85df33d388c7beb7cb1b4d29e730367 Mon Sep 17 00:00:00 2001 From: Tim Starling Date: Fri, 19 Nov 2010 01:31:53 +0000 Subject: [PATCH] Break long lines --- includes/DefaultSettings.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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; -- 2.20.1