mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Poem
synced 2024-11-15 19:09:37 +00:00
Follows up r49890, adding file location itself to obtaining the revision number shown in the Special:Version
This commit is contained in:
parent
d96ffde891
commit
ee5cf7d420
1
Poem.php
1
Poem.php
|
@ -24,6 +24,7 @@ if ( defined( 'MW_SUPPORTS_PARSERFIRSTCALLINIT' ) ) {
|
|||
$wgExtensionFunctions[] = 'wfPoemExtension';
|
||||
}
|
||||
$wgExtensionCredits['parserhook'][] = array(
|
||||
'path' => __FILE__,
|
||||
'name' => 'Poem',
|
||||
'author' => array( 'Nikola Smolenski', 'Brion Vibber', 'Steve Sanbeg' ),
|
||||
'url' => 'http://www.mediawiki.org/wiki/Extension:Poem',
|
||||
|
|
Loading…
Reference in a new issue