r39947 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r39946‎ | r39947 | r39948 >
Date:14:49, 25 August 2008
Author:ialex
Status:old
Tags:
Comment:
Tweak for r39944: correct fix :)
Modified paths:
  • /trunk/phase3/includes/Metadata.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/Metadata.php
@@ -118,7 +118,7 @@
119119 global $wgContLang;
120120
121121 if( $user->isAnon() ){
122 - $this->element( $name, wfMsg( 'anonymous' ), 1 );
 122+ $this->element( $name, wfMsgExt( 'anonymous', array( 'parsemag' ), 1 ) );
123123 } else if( $real = $user->getRealName() ) {
124124 $this->element( $name, $real );
125125 } else {

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r39944Add {{PLURAL}} support to 'anonymous'. 2 uses in Credits already passed the $...demon14:13, 25 August 2008

Status & tagging log