Bartosz Dziewoński has uploaded a new change for review. https://gerrit.wikimedia.org/r/142293
Change subject: Setup.php: Update comment about loading default skins ...................................................................... Setup.php: Update comment about loading default skins Change-Id: Icd6d8c83404b853e91ed7312137bc144d488568d --- M includes/Setup.php 1 file changed, 2 insertions(+), 3 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core refs/changes/93/142293/1 diff --git a/includes/Setup.php b/includes/Setup.php index ccb3a15..6003305 100644 --- a/includes/Setup.php +++ b/includes/Setup.php @@ -602,9 +602,8 @@ $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"; -- To view, visit https://gerrit.wikimedia.org/r/142293 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Icd6d8c83404b853e91ed7312137bc144d488568d Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/core Gerrit-Branch: master Gerrit-Owner: Bartosz Dziewoński <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
