From 8b6d8c7dcf4b1792ee48ddfebe8f8b3361d6e7a9 Mon Sep 17 00:00:00 2001 From: Trevor Parscal Date: Fri, 10 Sep 2010 20:25:46 +0000 Subject: [PATCH] Adjusted a comment --- includes/Skin.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/includes/Skin.php b/includes/Skin.php index 0f0fae558a..a461b7da53 100644 --- a/includes/Skin.php +++ b/includes/Skin.php @@ -715,9 +715,8 @@ CSS; function setupSkinUserCss( OutputPage $out ) { $out->addModuleStyles( 'mediawiki.legacy.shared' ); $out->addModuleStyles( 'mediawiki.legacy.oldshared' ); - // TODO: Figure out how to best integrate this stuff into ResourceLoader + // TODO: When converting old skins to use ResourceLoader (or removing them) the following should be reconsidered $out->addStyle( $this->getStylesheet() ); - // TODO: When converting old skins to use ResourceLoader (or removing them) this needs to be reconsidered $out->addStyle( 'common/common_rtl.css', '', '', 'rtl' ); } -- 2.20.1