Index: trunk/phase3/includes/Credits.php |
— | — | @@ -87,7 +87,7 @@ |
88 | 88 | $d = ''; |
89 | 89 | $t = ''; |
90 | 90 | } |
91 | | - return wfMsg( 'lastmodifiedatby', $d, $t, self::userLink( $user ) ); |
| 91 | + return wfMsgExt( 'lastmodifiedatby', 'parsemag', $d, $t, self::userLink( $user ), $user->getName() ); |
92 | 92 | } |
93 | 93 | |
94 | 94 | /** |
Index: trunk/phase3/languages/messages/MessagesQqq.php |
— | — | @@ -2225,6 +2225,7 @@ |
2226 | 2226 | * $1: date |
2227 | 2227 | * $2: time |
2228 | 2228 | * $3: if the user has entered his 'real name' in his preferences then this variable is his 'real name'. If the user has not entered his 'real name' in his preferences then this variable is the message [[Mediawiki:siteuser/{{SUBPAGENAME}}]], which includes his username. |
| 2229 | +* $4: username in plain text. Can be used for GENDER |
2229 | 2230 | |
2230 | 2231 | See also [[MediaWiki:Lastmodifiedat/{{SUBPAGENAME}}]].", |
2231 | 2232 | 'othercontribs' => 'This message is shown when viewing the credits of a page (example: {{fullurl:Main Page|action=credits}}). Note that this action is disabled by default (currently enabled on Betawiki - to use type <nowiki>&action=credits</nowiki> at the end of any URL in the address bar). |