r63347 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r63346‎ | r63347 | r63348 >
Date:22:10, 6 March 2010
Author:demon
Status:ok
Tags:
Comment:
Followup r63346, forgot to press save on this one
Modified paths:
  • /trunk/extensions/ContactPageFundraiser/SpecialContact.php (modified) (history)

Diff [purge]

Index: trunk/extensions/ContactPageFundraiser/SpecialContact.php
@@ -241,7 +241,7 @@
242242 <span id='wpTextLabel'><label for=\"wpText\">{$emm}:</label><br /></span>
243243 <textarea name=\"wpText\" rows='20' cols='80' wrap='virtual' style=\"width: 100%;\">" . htmlspecialchars( $this->text ) .
244244 "</textarea>
245 -" . wfCheckLabel( $emc, 'wpCCMe', 'wpCCMe', $wgUser->getBoolOption( 'ccmeonemails' ) ) . "<br />
 245+" . Xml::checkLabel( $emc, 'wpCCMe', 'wpCCMe', $wgUser->getBoolOption( 'ccmeonemails' ) ) . "<br />
246246 " . $this->getCaptcha() . "
247247 <input type='submit' name=\"wpSend\" value=\"{$ems}\" />
248248 <input type='hidden' name='wpEditToken' value=\"$token\" />

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r63346Drop ancient wfElement-type function usage, have been deprecated for agesdemon22:03, 6 March 2010

Status & tagging log