Removed description in $wgExtensionCredits where descriptionmsg was used

This commit is contained in:
Matěj Grabovský 2010-08-10 15:27:44 +00:00
parent e4cfc433e6
commit 60bad5ad21

View file

@ -24,7 +24,6 @@ $wgExtensionCredits['parserhook'][] = array(
'name' => 'Poem',
'author' => array( 'Nikola Smolenski', 'Brion Vibber', 'Steve Sanbeg' ),
'url' => 'http://www.mediawiki.org/wiki/Extension:Poem',
'description' => 'Adds <tt>&lt;poem&gt;</tt> tag for poem formatting',
'descriptionmsg' => 'poem-desc',
);
$wgParserTestFiles[] = dirname( __FILE__ ) . "/poemParserTests.txt";