From a13f33d971162e55a3145512442e194abc0b5c78 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=C3=86var=20Arnfj=C3=B6r=C3=B0=20Bjarmason?= Date: Tue, 28 Jun 2005 17:05:23 +0000 Subject: [PATCH] * Using wfMsgForContent() rather than wfMsg() for getting msg:ipboptions --- includes/SpecialBlockip.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/SpecialBlockip.php b/includes/SpecialBlockip.php index ea0cd046ef..4d60cdc91b 100644 --- a/includes/SpecialBlockip.php +++ b/includes/SpecialBlockip.php @@ -75,7 +75,7 @@ class IPBlockForm { $scBlockExpiry = htmlspecialchars( $this->BlockExpiry ); $scBlockReason = htmlspecialchars( $this->BlockReason ); $scBlockOtherTime = htmlspecialchars( $this->BlockOther ); - $scBlockExpiryOptions = htmlspecialchars( wfMsg( 'ipboptions' ) ); + $scBlockExpiryOptions = htmlspecialchars( wfMsgForContent( 'ipboptions' ) ); $showblockoptions = $scBlockExpiryOptions != '-'; if (!$showblockoptions) -- 2.20.1