Break long lines
authorTim Starling <tstarling@users.mediawiki.org>
Fri, 19 Nov 2010 01:31:53 +0000 (01:31 +0000)
committerTim Starling <tstarling@users.mediawiki.org>
Fri, 19 Nov 2010 01:31:53 +0000 (01:31 +0000)
includes/DefaultSettings.php

index 0128182..cda21f9 100644 (file)
@@ -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;