r81429 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r81428‎ | r81429 | r81430 >
Date:22:43, 2 February 2011
Author:reedy
Status:ok
Tags:
Comment:
Followup r81427, actually use the $msg variable
Modified paths:
  • /trunk/phase3/includes/HistoryPage.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/HistoryPage.php
@@ -424,7 +424,7 @@
425425 'style' => "float: $float;",
426426 'class' => "mw-history-$name-button",
427427 ),
428 - wfMsg( 'revisionmoveselectedversions' )
 428+ wfMsg( $msg )
429429 ) . "\n";
430430 $this->buttons .= $element;
431431 return $element;

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r81427Followup r67094, factor out code duplication in HistoryPage::getStartBody()reedy22:31, 2 February 2011

Status & tagging log