Adjusted a comment
authorTrevor Parscal <tparscal@users.mediawiki.org>
Fri, 10 Sep 2010 20:25:46 +0000 (20:25 +0000)
committerTrevor Parscal <tparscal@users.mediawiki.org>
Fri, 10 Sep 2010 20:25:46 +0000 (20:25 +0000)
includes/Skin.php

index 0f0fae5..a461b7d 100644 (file)
@@ -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' );
        }