Index: trunk/extensions/Math/Math.php |
— | — | @@ -19,6 +19,7 @@ |
20 | 20 | |
21 | 21 | // Extension credits that will show up on Special:Version |
22 | 22 | $wgExtensionCredits['parserhook'][] = array( |
| 23 | + 'path' => __FILE__, |
23 | 24 | 'name' => 'Math', |
24 | 25 | 'version' => '1.0', |
25 | 26 | 'author' => array( 'Tomasz Wegrzanowski', 'Brion Vibber', '...' ), |
— | — | @@ -97,4 +98,4 @@ |
98 | 99 | |
99 | 100 | $wgExtensionMessagesFiles['Math'] = $dir . 'Math.i18n.php'; |
100 | 101 | |
101 | | -$wgParserTestFiles[] = $dir . 'mathParserTests.txt'; |
\ No newline at end of file |
| 102 | +$wgParserTestFiles[] = $dir . 'mathParserTests.txt'; |