mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Poem
synced 2024-11-15 19:09:37 +00:00
Removed description in $wgExtensionCredits where descriptionmsg was used
This commit is contained in:
parent
e4cfc433e6
commit
60bad5ad21
1
Poem.php
1
Poem.php
|
@ -24,7 +24,6 @@ $wgExtensionCredits['parserhook'][] = array(
|
||||||
'name' => 'Poem',
|
'name' => 'Poem',
|
||||||
'author' => array( 'Nikola Smolenski', 'Brion Vibber', 'Steve Sanbeg' ),
|
'author' => array( 'Nikola Smolenski', 'Brion Vibber', 'Steve Sanbeg' ),
|
||||||
'url' => 'http://www.mediawiki.org/wiki/Extension:Poem',
|
'url' => 'http://www.mediawiki.org/wiki/Extension:Poem',
|
||||||
'description' => 'Adds <tt><poem></tt> tag for poem formatting',
|
|
||||||
'descriptionmsg' => 'poem-desc',
|
'descriptionmsg' => 'poem-desc',
|
||||||
);
|
);
|
||||||
$wgParserTestFiles[] = dirname( __FILE__ ) . "/poemParserTests.txt";
|
$wgParserTestFiles[] = dirname( __FILE__ ) . "/poemParserTests.txt";
|
||||||
|
|
Loading…
Reference in a new issue