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';
|
$wgExtensionFunctions[] = 'wfPoemExtension';
|
||||||
}
|
}
|
||||||
$wgExtensionCredits['parserhook'][] = array(
|
$wgExtensionCredits['parserhook'][] = array(
|
||||||
|
'path' => __FILE__,
|
||||||
'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',
|
||||||
|
|
Loading…
Reference in a new issue