From: Roan Kattouw Date: Sat, 13 Aug 2011 08:42:13 +0000 (+0000) Subject: Remove bogus comments from OutputPage::makeResourceLoaderLink(). They made sense... X-Git-Tag: 1.31.0-rc.0~28298 X-Git-Url: http://git.cyclocoop.org/%22%20.%20%20%20%24self2%20.%20%20%20%22&var_mode_affiche=boucle?a=commitdiff_plain;h=da98549d466789f9b438757f3a3d94eeba3bc421;p=lhc%2Fweb%2Fwiklou.git Remove bogus comments from OutputPage::makeResourceLoaderLink(). They made sense once, but they don't any more --- diff --git a/includes/OutputPage.php b/includes/OutputPage.php index adfe20ed5f..2f705e583a 100644 --- a/includes/OutputPage.php +++ b/includes/OutputPage.php @@ -2355,8 +2355,6 @@ $templates protected function makeResourceLoaderLink( $modules, $only, $useESI = false ) { global $wgLoadScript, $wgResourceLoaderUseESI, $wgResourceLoaderInlinePrivateModules; - // Lazy-load ResourceLoader - // TODO: Should this be a static function of ResourceLoader instead? $baseQuery = array( 'lang' => $this->getContext()->getLang()->getCode(), 'debug' => ResourceLoader::inDebugMode() ? 'true' : 'false',