From 08da4b0f3291cd48e9f7a07ccefdf23e2524890b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bartosz=20Dziewo=C5=84ski?= Date: Thu, 26 Jun 2014 19:55:13 +0200 Subject: [PATCH] Setup.php: Update comment about loading default skins Change-Id: Icd6d8c83404b853e91ed7312137bc144d488568d --- includes/Setup.php | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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"; -- 2.20.1