r20177 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r20176‎ | r20177 | r20178 >
Date:15:33, 6 March 2007
Author:raymond
Status:old
Tags:
Comment:
ooops for r20164. Thanks to Nikerabbit
Modified paths:
  • /trunk/phase3/includes/SpecialContributions.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/SpecialContributions.php
@@ -391,8 +391,8 @@
392392 Xml::inputLabel( wfMsg( 'sp-contributions-username' ), 'target', 'target', 20 , $options['target']) . ' ' .
393393 wfMsgHtml( 'namespace' ) . ' ' .
394394 Xml::namespaceSelector( $options['namespace'], '' ) .
395 - Xml::submitButton( wfMsg( 'ipblocklist-submit' ) ) .
396 - '</fieldset></form>\n';
 395+ Xml::submitButton( wfMsg( 'sp-contributions-submit' ) ) .
 396+ "</fieldset></form>\n";
397397 return $f;
398398 }
399399

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r20164* (bug 9009) Add username entry field to Special:Contributions...raymond13:25, 6 March 2007