r100088 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r100087‎ | r100088 | r100089 >
Date:21:11, 17 October 2011
Author:platonides
Status:ok
Tags:
Comment:
Remove unused global $wgLoadScript
Modified paths:
  • /trunk/phase3/includes/OutputPage.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/OutputPage.php
@@ -2369,8 +2369,7 @@
23702370 * @return string html <script> and <style> tags
23712371 */
23722372 protected function makeResourceLoaderLink( $modules, $only, $useESI = false, array $extraQuery = array() ) {
2373 - global $wgLoadScript, $wgResourceLoaderUseESI,
2374 - $wgResourceLoaderInlinePrivateModules;
 2373+ global $wgResourceLoaderUseESI, $wgResourceLoaderInlinePrivateModules;
23752374
23762375 if ( !count( $modules ) ) {
23772376 return '';

Status & tagging log