From da98549d466789f9b438757f3a3d94eeba3bc421 Mon Sep 17 00:00:00 2001 From: Roan Kattouw Date: Sat, 13 Aug 2011 08:42:13 +0000 Subject: [PATCH] Remove bogus comments from OutputPage::makeResourceLoaderLink(). They made sense once, but they don't any more --- includes/OutputPage.php | 2 -- 1 file changed, 2 deletions(-) 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', -- 2.20.1