Rephrase potentially confusing comment in r65555
authorRoan Kattouw <catrope@users.mediawiki.org>
Sat, 1 May 2010 21:17:44 +0000 (21:17 +0000)
committerRoan Kattouw <catrope@users.mediawiki.org>
Sat, 1 May 2010 21:17:44 +0000 (21:17 +0000)
includes/DefaultSettings.php

index 33ee435..a71369d 100644 (file)
@@ -145,7 +145,7 @@ $wgRedirectScript   = false; ///< defaults to "{$wgScriptPath}/redirect{$wgScrip
  * asset paths as seen by users
  */
 $wgStylePath   = false; ///< defaults to "{$wgScriptPath}/skins"
-$wgLocalStylePath   = false; ///< defaults to the same value as $wgStylePath, and shouldn't point to an external domain
+$wgLocalStylePath   = false; ///< defaults to "{$wgScriptPath}/skins", shouldn't point to an external domain
 $wgExtensionAssetsPath = false; ///< defaults to "{$wgScriptPath}/extensions"
 
 /**