r94401 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r94400‎ | r94401 | r94402 >
Date:08:42, 13 August 2011
Author:catrope
Status:ok
Tags:
Comment:
Remove bogus comments from OutputPage::makeResourceLoaderLink(). They made sense once, but they don't any more
Modified paths:
  • /trunk/phase3/includes/OutputPage.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/OutputPage.php
@@ -2355,8 +2355,6 @@
23562356 protected function makeResourceLoaderLink( $modules, $only, $useESI = false ) {
23572357 global $wgLoadScript, $wgResourceLoaderUseESI,
23582358 $wgResourceLoaderInlinePrivateModules;
2359 - // Lazy-load ResourceLoader
2360 - // TODO: Should this be a static function of ResourceLoader instead?
23612359 $baseQuery = array(
23622360 'lang' => $this->getContext()->getLang()->getCode(),
23632361 'debug' => ResourceLoader::inDebugMode() ? 'true' : 'false',

Status & tagging log