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:
Ori.livneh 2013-01-02 04:25:39 +00:00 committed by Gerrit Code Review
commit 33ee76cdae
2 changed files with 1 additions and 1 deletions

View File

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