From 672e9f6a2ad2cd6b859d6c435529dc5c06b83240 Mon Sep 17 00:00:00 2001 From: Roan Kattouw Date: Thu, 7 Apr 2011 13:14:33 +0000 Subject: [PATCH] Fix copypaste fail in r85616 --- includes/OutputPage.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/OutputPage.php b/includes/OutputPage.php index 71d4b9ceca..3ceac65da0 100644 --- a/includes/OutputPage.php +++ b/includes/OutputPage.php @@ -2643,7 +2643,7 @@ class OutputPage { $scripts .= $this->makeResourceLoaderLink( $sk, $this->getModuleScripts( true, 'bottom' ), ResourceLoaderModule::TYPE_SCRIPTS ); // Modules requests - let the client calculate dependencies and batch requests as it likes - // Only load modules that have marked themselves for loading at the top + // Only load modules that have marked themselves for loading at the bottom $modules = $this->getModules( true, 'bottom' ); if ( $modules ) { $scripts .= Html::inlineScript( -- 2.20.1