From: Chad Horohoe Date: Sun, 17 Aug 2008 15:55:48 +0000 (+0000) Subject: Use wfMsgExt() with parsemag instead of wfMsg(). X-Git-Tag: 1.31.0-rc.0~45853 X-Git-Url: http://git.cyclocoop.org/%24action?a=commitdiff_plain;h=4b98df1c9f1678330582b4cff8adadc2e7cf9bc7;p=lhc%2Fweb%2Fwiklou.git Use wfMsgExt() with parsemag instead of wfMsg(). --- diff --git a/includes/Credits.php b/includes/Credits.php index 8f22c446cb..65931c4bba 100644 --- a/includes/Credits.php +++ b/includes/Credits.php @@ -144,7 +144,7 @@ function getContributorCredits($article, $cnt, $showIfMax) { # "ThisSite user(s) A, B and C" if (!empty($user)) { - $user = wfMsg('siteusers', array( $user, count($contributors) ) ); + $user = wfMsgExt('siteusers', array( 'parsemag' ), array( $user, count($contributors) ) ); } # This is the big list, all mooshed together. We sift for blank strings