mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/ImageMap
synced 2024-11-15 10:25:09 +00:00
* Remove $wgExtensionCredits['description'] where $wgExtensionCredits['descriptionmsg'] present. This feature was introduced in MediaWiki 1.12, and 'description' is not used if 'descriptionmsg' is present.
* Random indentation updates and trailing whitespace removed
This commit is contained in:
parent
417a967494
commit
b3fbfde9bd
|
@ -10,7 +10,6 @@ $wgExtensionCredits['parserhook']['ImageMap'] = array(
|
|||
'name' => 'ImageMap',
|
||||
'author' => 'Tim Starling',
|
||||
'url' => 'http://www.mediawiki.org/wiki/Extension:ImageMap',
|
||||
'description' => 'Allows client-side clickable image maps using <nowiki><imagemap></nowiki> tag.',
|
||||
'descriptionmsg' => 'imagemap_desc',
|
||||
);
|
||||
|
||||
|
|
Loading…
Reference in a new issue