Follows up r49890, adding file location itself to obtaining the revision number shown in the Special:Version

This commit is contained in:
Shinjiman 2009-04-27 04:45:10 +00:00
parent d96ffde891
commit ee5cf7d420

View file

@ -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',