Index: trunk/phase3/includes/OutputPage.php |
— | — | @@ -2369,8 +2369,7 @@ |
2370 | 2370 | * @return string html <script> and <style> tags |
2371 | 2371 | */ |
2372 | 2372 | protected function makeResourceLoaderLink( $modules, $only, $useESI = false, array $extraQuery = array() ) { |
2373 | | - global $wgLoadScript, $wgResourceLoaderUseESI, |
2374 | | - $wgResourceLoaderInlinePrivateModules; |
| 2373 | + global $wgResourceLoaderUseESI, $wgResourceLoaderInlinePrivateModules; |
2375 | 2374 | |
2376 | 2375 | if ( !count( $modules ) ) { |
2377 | 2376 | return ''; |