Setup.php: Update comment about loading default skins
authorBartosz Dziewoński <matma.rex@gmail.com>
Thu, 26 Jun 2014 17:55:13 +0000 (19:55 +0200)
committerBartosz Dziewoński <matma.rex@gmail.com>
Thu, 26 Jun 2014 17:55:13 +0000 (19:55 +0200)
Change-Id: Icd6d8c83404b853e91ed7312137bc144d488568d

includes/Setup.php

index ccb3a15..6003305 100644 (file)
@@ -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";