* 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 175ac556d0
commit 8a460c693b
2 changed files with 0 additions and 2 deletions

View file

@ -26,7 +26,6 @@ $wgExtensionCredits['parserhook'][] = array(
'path' => __FILE__,
'name' => 'Cite',
'author' => 'Ævar Arnfjörð Bjarmason',
'description' => 'Adds <nowiki><ref[ name=id]></nowiki> and <nowiki><references/></nowiki> tags, for citations', // kept for b/c
'descriptionmsg' => 'cite_desc',
'url' => 'http://www.mediawiki.org/wiki/Extension:Cite/Cite.php'
);

View file

@ -17,7 +17,6 @@ $wgExtensionCredits['specialpage'][] = array(
'path' => __FILE__,
'name' => 'Cite',
'author' => 'Ævar Arnfjörð Bjarmason',
'description' => 'adds a [[Special:Cite|citation]] special page & toolbox link', // kept for b/c
'descriptionmsg' => 'cite_article_desc',
'url' => 'http://www.mediawiki.org/wiki/Extension:Cite/Special:Cite.php'
);