MediaWiki r9776 - Code Review

Jump to: navigation, search
Repository:MediaWiki
Revision:r9775‎ | r9776 (on ViewVC)‎ | r9777 >
Date:07:38, 29 June 2005
Author:vibber
Status:old
Tags:
Comment:
escape a couple more msgs
Modified paths:

Diff [purge]

Index: trunk/phase3/includes/PageHistory.php
@@ -477,8 +477,8 @@
478478
479479 $firsturl = $wgTitle->escapeLocalURL("action=history&limit={$limit}&go=first");
480480 $lasturl = $wgTitle->escapeLocalURL("action=history&limit={$limit}");
481 - $firsttext = wfMsg("histfirst");
482 - $lasttext = wfMsg("histlast");
 481+ $firsttext = wfMsgHtml("histfirst");
 482+ $lasttext = wfMsgHtml("histlast");
483483
484484 $prevurl = $wgTitle->escapeLocalURL("action=history&dir=prev&offset={$latestShown}&limit={$limit}");
485485 $nexturl = $wgTitle->escapeLocalURL("action=history&offset={$earliestShown}&limit={$limit}");

Status & tagging log

  • 15:03, 12 September 2011 Meno25 (Talk | contribs) changed the status of r9776 [removed: ok added: old]
  • 14:05, 18 June 2009 ^demon (Talk | contribs) changed the status of r9776 [removed: new added: ok]
Personal tools
Namespaces

Variants
Views
Actions
Navigation
Support
Download
Development
Communication
Toolbox