Tweak a few more descriptions

This commit is contained in:
Rob Church 2007-07-16 20:42:31 +00:00
parent 403eed6b9a
commit 1c8eea47c0

View file

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