From: Bartosz DziewoƄski Date: Thu, 26 Jun 2014 17:55:13 +0000 (+0200) Subject: Setup.php: Update comment about loading default skins X-Git-Tag: 1.31.0-rc.0~15222^2 X-Git-Url: http://git.cyclocoop.org/data/Luca_Pacioli_%28Gemaelde%29.jpeg?a=commitdiff_plain;h=08da4b0f3291cd48e9f7a07ccefdf23e2524890b;p=lhc%2Fweb%2Fwiklou.git Setup.php: Update comment about loading default skins Change-Id: Icd6d8c83404b853e91ed7312137bc144d488568d --- diff --git a/includes/Setup.php b/includes/Setup.php index ccb3a154b5..60033052a6 100644 --- a/includes/Setup.php +++ b/includes/Setup.php @@ -602,9 +602,8 @@ $wgTitle = null; $wgDeferredUpdateList = array(); // Enable default skins. -// This is hacky and bad, but it will go away before 1.24 release (or so I hope). -// These lines should eventually be placed in skins' meta definition files, and loaded by a -// require_once for each skin file generated by the installer and placed in LocalSettings.php. +// This is hacky and bad, the require_once calls should eventually be generated by the installer +// and placed in LocalSettings.php. require_once "$wgStyleDirectory/MonoBook/MonoBook.php"; require_once "$wgStyleDirectory/Vector/Vector.php";