r76996 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r76995‎ | r76996 | r76997 >
Date:01:31, 19 November 2010
Author:tstarling
Status:ok
Tags:
Comment:
Break long lines
Modified paths:
  • /trunk/phase3/includes/DefaultSettings.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/DefaultSettings.php
@@ -1663,8 +1663,9 @@
16641664 );
16651665
16661666 /**
1667 - * Whether to embed private modules inline with HTML output or to bypass caching and check the user parameter against
1668 - * $wgUser to prevent unauthorized access to private modules.
 1667+ * Whether to embed private modules inline with HTML output or to bypass
 1668+ * caching and check the user parameter against $wgUser to prevent
 1669+ * unauthorized access to private modules.
16691670 */
16701671 $wgResourceLoaderInlinePrivateModules = true;
16711672

Status & tagging log