Use wfMsgExt() with parsemag instead of wfMsg().
authorChad Horohoe <demon@users.mediawiki.org>
Sun, 17 Aug 2008 15:55:48 +0000 (15:55 +0000)
committerChad Horohoe <demon@users.mediawiki.org>
Sun, 17 Aug 2008 15:55:48 +0000 (15:55 +0000)
includes/Credits.php

index 8f22c44..65931c4 100644 (file)
@@ -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