mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Math
synced 2024-11-23 23:25:02 +00:00
Merge "Rename Math.body to MathRenderer to be consistent with the class name. Reson: Further classes will be added in the next step."
This commit is contained in:
commit
33ee76cdae
2
Math.php
2
Math.php
|
@ -121,7 +121,7 @@ $wgHooks['ParserTestParser'][] = 'MathHooks::onParserTestParser';
|
|||
|
||||
$dir = dirname( __FILE__ ) . '/';
|
||||
$wgAutoloadClasses['MathHooks'] = $dir . 'Math.hooks.php';
|
||||
$wgAutoloadClasses['MathRenderer'] = $dir . 'Math.body.php';
|
||||
$wgAutoloadClasses['MathRenderer'] = $dir . 'MathRenderer.php';
|
||||
|
||||
$wgExtensionMessagesFiles['Math'] = $dir . 'Math.i18n.php';
|
||||
|
||||
|
|
Loading…
Reference in a new issue