From 9db190c7e736ec8d063187d4241b59feaf7dc2d1 Mon Sep 17 00:00:00 2001 From: Pierre Schmitz Date: Wed, 22 Jun 2011 11:28:20 +0200 Subject: update to MediaWiki 1.17.0 --- includes/parser/CoreTagHooks.php | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'includes/parser/CoreTagHooks.php') diff --git a/includes/parser/CoreTagHooks.php b/includes/parser/CoreTagHooks.php index 7cc8260e..33f3c824 100644 --- a/includes/parser/CoreTagHooks.php +++ b/includes/parser/CoreTagHooks.php @@ -1,5 +1,14 @@ armourMath( MathRenderer::renderMath( $content, $attributes ) ); + return $wgContLang->armourMath( MathRenderer::renderMath( $content, $attributes, $parser->getOptions() ) ); } static function gallery( $content, $attributes, $parser ) { -- cgit v1.2.2