From d01015b69dc161bdb39112bccf6a4ecb3a9e8cf5 Mon Sep 17 00:00:00 2001 From: Roan Kattouw Date: Sat, 1 May 2010 21:17:44 +0000 Subject: [PATCH] Rephrase potentially confusing comment in r65555 --- includes/DefaultSettings.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" /** -- 2.20.1