Added path to extension's credits show that it can show SVN revision on Special:Version

This commit is contained in:
Alexandre Emsenhuber 2011-09-30 20:55:54 +00:00
parent 77bbd35329
commit 2494e28140
1 changed files with 2 additions and 1 deletions

View File

@ -19,6 +19,7 @@ if ( !defined( 'MEDIAWIKI' ) ) {
// Extension credits that will show up on Special:Version
$wgExtensionCredits['parserhook'][] = array(
'path' => __FILE__,
'name' => 'Math',
'version' => '1.0',
'author' => array( 'Tomasz Wegrzanowski', 'Brion Vibber', '...' ),
@ -97,4 +98,4 @@ $wgAutoloadClasses['MathRenderer'] = $dir . 'Math.body.php';
$wgExtensionMessagesFiles['Math'] = $dir . 'Math.i18n.php';
$wgParserTestFiles[] = $dir . 'mathParserTests.txt';
$wgParserTestFiles[] = $dir . 'mathParserTests.txt';