* 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:
Siebrand Mazeland 2010-02-22 23:41:51 +00:00
parent 417a967494
commit b3fbfde9bd

View file

@ -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',
);