From: Roan Kattouw Date: Sat, 1 May 2010 21:17:44 +0000 (+0000) Subject: Rephrase potentially confusing comment in r65555 X-Git-Tag: 1.31.0-rc.0~36967 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/categories/modifier.php?a=commitdiff_plain;h=d01015b69dc161bdb39112bccf6a4ecb3a9e8cf5;p=lhc%2Fweb%2Fwiklou.git Rephrase potentially confusing comment in r65555 --- diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index 33ee435905..a71369d46f 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -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" /**