mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/ImageMap
synced 2024-11-15 10:25:09 +00:00
Remove some more unused globals
Kill a couple of other unused variables
This commit is contained in:
parent
d96b491003
commit
22daeabc99
|
@ -27,7 +27,7 @@ class ImageMap {
|
|||
const NONE = 4;
|
||||
|
||||
static function render( $input, $params, $parser ) {
|
||||
global $wgScriptPath, $wgUser, $wgUrlProtocols, $wgNoFollowLinks;
|
||||
global $wgScriptPath, $wgUrlProtocols, $wgNoFollowLinks;
|
||||
wfLoadExtensionMessages( 'ImageMap' );
|
||||
|
||||
$lines = explode( "\n", $input );
|
||||
|
|
Loading…
Reference in a new issue