Rename Math.body to MathRenderer to be consistent with the class name.

Reson: Further classes will be added in the next step.

Change-Id: I9dba8c1fca11cbc51fa11edebabde4687d17e312
This commit is contained in:
physikerwelt 2013-01-01 17:16:35 +01:00
parent 075abb7b1e
commit 7ff47f898f
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';