r66933 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r66932‎ | r66933 | r66934 >
Date:21:22, 26 May 2010
Author:siebrand
Status:ok
Tags:
Comment:
Allow use of GENDER in 'noemail' message.
Modified paths:
  • /trunk/phase3/includes/specials/SpecialUserlogin.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/specials/SpecialUserlogin.php
@@ -128,7 +128,7 @@
129129 global $wgOut;
130130
131131 if ( $this->mEmail == '' ) {
132 - $this->mainLoginForm( wfMsg( 'noemail', htmlspecialchars( $this->mName ) ) );
 132+ $this->mainLoginForm( wfMsgExt( 'noemail', 'parsemag', htmlspecialchars( $this->mName ) ) );
133133 return;
134134 }
135135

Follow-up revisions

RevisionCommit summaryAuthorDate
r66969Follow-up r66933: escape the whole message instead of only the parameterialex15:51, 27 May 2010

Status & tagging log