mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/ImageMap
synced 2024-11-15 10:25:09 +00:00
Start removing/fixing calls to deprecated methods in WMF used extensions
This commit is contained in:
parent
63b645ae99
commit
5752923f1f
|
@ -28,7 +28,6 @@ class ImageMap {
|
|||
|
||||
static function render( $input, $params, $parser ) {
|
||||
global $wgScriptPath, $wgUrlProtocols, $wgNoFollowLinks;
|
||||
wfLoadExtensionMessages( 'ImageMap' );
|
||||
|
||||
$lines = explode( "\n", $input );
|
||||
|
||||
|
|
Loading…
Reference in a new issue