More deprecated method call removals and updates

This commit is contained in:
Sam Reed 2010-10-29 15:32:44 +00:00
parent cf0a7358cd
commit 2ee798e17f

View file

@ -152,7 +152,6 @@ class Cite {
* @return string
*/
function ref( $str, $argv, $parser ) {
wfLoadExtensionMessages( 'Cite' );
if ( $this->mInCite ) {
return htmlspecialchars( "<ref>$str</ref>" );
} 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( "<references/>" );