Index: trunk/phase3/includes/DefaultSettings.php |
— | — | @@ -1663,8 +1663,9 @@ |
1664 | 1664 | ); |
1665 | 1665 | |
1666 | 1666 | /** |
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. |
1669 | 1670 | */ |
1670 | 1671 | $wgResourceLoaderInlinePrivateModules = true; |
1671 | 1672 | |