From 2ee798e17f07e36602a2e330e280efe14ab9bdbf Mon Sep 17 00:00:00 2001 From: Sam Reed Date: Fri, 29 Oct 2010 15:32:44 +0000 Subject: [PATCH] More deprecated method call removals and updates --- Cite_body.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/Cite_body.php b/Cite_body.php index 33ed76da..016c7fd4 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( "" );