mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Poem
synced 2024-11-15 19:09:37 +00:00
revert r28371 to r28375
This commit is contained in:
parent
e342606278
commit
00663f283c
5
Poem.php
5
Poem.php
|
@ -21,10 +21,9 @@
|
|||
$wgExtensionFunctions[]="wfPoemExtension";
|
||||
$wgExtensionCredits['parserhook'][] = array(
|
||||
'name' => 'Poem',
|
||||
'version' => '1.1',
|
||||
'author' => array( 'Nikola Smolenski', 'Brion Vibber', 'Steve Sanbeg' ),
|
||||
'description' => 'Adds <tt><poem></tt> tag for poem formatting',
|
||||
'url' => 'http://www.mediawiki.org/wiki/Extension:Poem',
|
||||
'url' => 'http://www.mediawiki.org/wiki/Extension:Poem'
|
||||
);
|
||||
$wgParserTestFiles[] = dirname( __FILE__ ) . "/poemParserTests.txt";
|
||||
|
||||
|
@ -85,3 +84,5 @@ function PoemExtension( $in, $param=array(), $parser=null ) {
|
|||
trim( $text ) .
|
||||
"\n</div>";
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue