r72745 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r72744‎ | r72745 | r72746 >
Date:20:25, 10 September 2010
Author:tparscal
Status:ok
Tags:
Comment:
Adjusted a comment
Modified paths:
  • /trunk/phase3/includes/Skin.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/Skin.php
@@ -715,9 +715,8 @@
716716 function setupSkinUserCss( OutputPage $out ) {
717717 $out->addModuleStyles( 'mediawiki.legacy.shared' );
718718 $out->addModuleStyles( 'mediawiki.legacy.oldshared' );
719 - // TODO: Figure out how to best integrate this stuff into ResourceLoader
 719+ // TODO: When converting old skins to use ResourceLoader (or removing them) the following should be reconsidered
720720 $out->addStyle( $this->getStylesheet() );
721 - // TODO: When converting old skins to use ResourceLoader (or removing them) this needs to be reconsidered
722721 $out->addStyle( 'common/common_rtl.css', '', '', 'rtl' );
723722 }
724723

Status & tagging log