r104234 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r104233‎ | r104234 | r104235 >
Date:12:22, 25 November 2011
Author:hashar
Status:ok
Tags:
Comment:
  ->  

follow r103708
Modified paths:
  • /trunk/phase3/includes/specials/SpecialContributions.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/specials/SpecialContributions.php
@@ -407,7 +407,7 @@
408408 Xml::label( wfMsg( 'namespace' ), 'namespace' ) . ' ' .
409409 Xml::namespaceSelector( $this->opts['namespace'], '' )
410410 ) .
411 - Xml::checkLabel( wfMsg('invert'), 'nsInvert', 'nsInvert', $this->opts['nsInvert'] ) . ' ' .
 411+ Xml::checkLabel( wfMsg('invert'), 'nsInvert', 'nsInvert', $this->opts['nsInvert'] ) . ' ' .
412412 Xml::checkLabel( wfMsg( 'history-show-deleted' ),
413413 'deletedOnly', 'mw-show-deleted-only', $this->opts['deletedOnly'] ) . '<br />' .
414414 Xml::tags( 'p', null, Xml::checkLabel( wfMsg( 'sp-contributions-toponly' ),

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r103708* (bug 19698) Inverse selection for Special:Contributions...reedy21:03, 19 November 2011

Status & tagging log