r53585 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r53584‎ | r53585 | r53586 >
Date:12:02, 21 July 2009
Author:raymond
Status:ok
Tags:
Comment:
* (bug 19097) Small changes to Special:DoubleRedirects
** Use 'editlink' message instead of 'qbedit'
** Use parentheses message instead of hardcoded parentheses
Based on a patch by Ahmad Sherif
Modified paths:
  • /trunk/phase3/includes/specials/SpecialDoubleRedirects.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/specials/SpecialDoubleRedirects.php
@@ -86,9 +86,9 @@
8787 array(),
8888 array( 'redirect' => 'no' )
8989 );
90 - $edit = $skin->link(
 90+ $edit = $skin->linkKnown(
9191 $titleA,
92 - "(" . wfMsgHtml( 'qbedit' ) . ")",
 92+ wfMsg( 'parentheses', wfMsgHtml( 'editlink' ) ),
9393 array(),
9494 array(
9595 'redirect' => 'no',

Status & tagging log