From 224b22a051051f6c2e494c3a2fb4adb42898e2d1 Mon Sep 17 00:00:00 2001 From: Pierre Schmitz Date: Tue, 14 Jan 2014 19:24:18 +0100 Subject: Update to MediaWiki 1.22.1 --- extensions/Cite/Cite_body.php | 7 ------- 1 file changed, 7 deletions(-) (limited to 'extensions/Cite/Cite_body.php') diff --git a/extensions/Cite/Cite_body.php b/extensions/Cite/Cite_body.php index 08c60722..27432f47 100644 --- a/extensions/Cite/Cite_body.php +++ b/extensions/Cite/Cite_body.php @@ -155,7 +155,6 @@ class Cite { * @return string */ function ref( $str, $argv, $parser ) { - global $wgCiteEnablePopups; if ( $this->mInCite ) { return htmlspecialchars( "$str" ); } else { @@ -163,12 +162,6 @@ class Cite { $this->mInCite = true; $ret = $this->guardedRef( $str, $argv, $parser ); $this->mInCite = false; - $parserOutput = $parser->getOutput(); - $parserOutput->addModules( 'ext.cite' ); - if ( $wgCiteEnablePopups ) { - $parserOutput->addModules( 'ext.cite.popups' ); - } - $parserOutput->addModuleStyles( 'ext.rtlcite' ); return $ret; } } -- cgit v1.2.3-54-g00ecf