r53588 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r53587‎ | r53588 | r53589 >
Date:12:17, 21 July 2009
Author:raymond
Status:ok
Tags:
Comment:
follow up r53582: Move escaping to the outer message for consistency. Per suggestion of Ialex :)
Modified paths:
  • /trunk/phase3/includes/specials/SpecialDoubleRedirects.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/specials/SpecialDoubleRedirects.php
@@ -88,7 +88,7 @@
8989 );
9090 $edit = $skin->linkKnown(
9191 $titleA,
92 - wfMsg( 'parentheses', wfMsgHtml( 'editlink' ) ),
 92+ wfMsgExt( 'parentheses', array( 'escape' ), wfMsg( 'editlink' ) ),
9393 array(),
9494 array(
9595 'redirect' => 'no',

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r53582(bug 18161) Fix inconsistent separators in watchlist link toolbars with "enha...raymond11:18, 21 July 2009

Status & tagging log