diff --git a/Cite_body.php b/Cite_body.php index 33ed76da9..016c7fd4f 100644 --- a/Cite_body.php +++ b/Cite_body.php @@ -152,7 +152,6 @@ class Cite { * @return string */ function ref( $str, $argv, $parser ) { - wfLoadExtensionMessages( 'Cite' ); if ( $this->mInCite ) { return htmlspecialchars( "$str" ); } else { @@ -489,7 +488,6 @@ class Cite { * @return string */ function references( $str, $argv, $parser ) { - wfLoadExtensionMessages( 'Cite' ); if ( $this->mInCite || $this->mInReferences ) { if ( is_null( $str ) ) { return htmlspecialchars( "" );