Index: trunk/phase3/includes/DefaultSettings.php |
— | — | @@ -145,7 +145,7 @@ |
146 | 146 | * asset paths as seen by users |
147 | 147 | */ |
148 | 148 | $wgStylePath = false; ///< defaults to "{$wgScriptPath}/skins" |
149 | | -$wgLocalStylePath = false; ///< defaults to the same value as $wgStylePath, and shouldn't point to an external domain |
| 149 | +$wgLocalStylePath = false; ///< defaults to "{$wgScriptPath}/skins", shouldn't point to an external domain |
150 | 150 | $wgExtensionAssetsPath = false; ///< defaults to "{$wgScriptPath}/extensions" |
151 | 151 | |
152 | 152 | /** |