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 @@
425
425
'style' => "float: $float;",
426
426
'class' => "mw-history-$name-button",
427
427
),
428
- wfMsg( 'revisionmoveselectedversions' )
428
+ wfMsg( $msg )
429
429
) . "\n";
430
430
$this->buttons .= $element;
431
431
return $element;
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r81427
Followup
r67094
, factor out code duplication in HistoryPage::getStartBody()
reedy
22:31, 2 February 2011
Status & tagging log
10:09, 3 February 2011
Platonides
(
talk
|
contribs
)
changed the
status
of r81429
[
removed:
new
added:
ok]