r65764 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r65763‎ | r65764 | r65765 >
Date:21:17, 1 May 2010
Author:catrope
Status:ok
Tags:
Comment:
Rephrase potentially confusing comment in r65555
Modified paths:
  • /trunk/phase3/includes/DefaultSettings.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/DefaultSettings.php
@@ -145,7 +145,7 @@
146146 * asset paths as seen by users
147147 */
148148 $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
150150 $wgExtensionAssetsPath = false; ///< defaults to "{$wgScriptPath}/extensions"
151151
152152 /**

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r65555Added $wgLocalStylePath global variable, and solved bug #22858 by using this ...tparscal21:02, 26 April 2010

Status & tagging log