Setup.php: Update comment about loading default skins
[lhc/web/wiklou.git] / 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";