r40578 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r40577‎ | r40578 | r40579 >
Date:09:47, 7 September 2008
Author:nikerabbit
Status:old
Tags:
Comment:
* When using a {{SITENAME}} in a message, better to make sure {{GRAMMAR}} works too
Modified paths:
  • /trunk/phase3/includes/specials/SpecialEmailuser.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/specials/SpecialEmailuser.php
@@ -105,7 +105,7 @@
106106 $wgOut->addHTML(
107107 Xml::openElement( 'form', array( 'method' => 'post', 'action' => $action, 'id' => 'emailuser' ) ) .
108108 Xml::openElement( 'fieldset' ) .
109 - Xml::element( 'legend', null, wfMsg( 'email-legend' ) ) .
 109+ Xml::element( 'legend', null, wfMsgExt( 'email-legend', 'parsemag' ) ) .
110110 Xml::openElement( 'table', array( 'class' => 'mw-emailuser-table' ) ) .
111111 "<tr>
112112 <td class='mw-label'>" .