r40796 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r40795‎ | r40796 | r40797 >
Date:19:34, 13 September 2008
Author:siebrand
Status:old
Tags:
Comment:
Fix (wfMsg -> wfMsgExt)
Modified paths:
  • /trunk/extensions/BoardVote/BoardVote_body.php (modified) (history)

Diff [purge]

Index: trunk/extensions/BoardVote/BoardVote_body.php
@@ -334,7 +334,7 @@
335335 global $wgOut, $wgLang;
336336 global $wgBoardVoteEditCount, $wgBoardVoteRecentEditCount, $wgBoardVoteCountDate;
337337 global $wgBoardVoteRecentFirstCountDate, $wgBoardVoteRecentCountDate;
338 - $wgOut->addWikiText( wfMsg( 'boardvote_notqualified', array( 'parsemag' ), $wgBoardVoteEditCount,
 338+ $wgOut->addWikiText( wfMsgExt( 'boardvote_notqualified', array( 'parsemag' ), $wgBoardVoteEditCount,
339339 $wgLang->timeanddate( $wgBoardVoteCountDate ), $wgBoardVoteRecentEditCount,
340340 $wgLang->timeanddate( $wgBoardVoteRecentFirstCountDate ),
341341 $wgLang->timeanddate( $wgBoardVoteRecentCountDate )