r39540 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r39539‎ | r39540 | r39541 >
Date:15:55, 17 August 2008
Author:demon
Status:old
Tags:
Comment:
Use wfMsgExt() with parsemag instead of wfMsg().
Modified paths:
  • /trunk/phase3/includes/Credits.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/Credits.php
@@ -144,7 +144,7 @@
145145 # "ThisSite user(s) A, B and C"
146146
147147 if (!empty($user)) {
148 - $user = wfMsg('siteusers', array( $user, count($contributors) ) );
 148+ $user = wfMsgExt('siteusers', array( 'parsemag' ), array( $user, count($contributors) ) );
149149 }
150150
151151 # This is the big list, all mooshed together. We sift for blank strings

Status & tagging log