r53590 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r53589‎ | r53590 | r53591 >
Date:12:31, 21 July 2009
Author:raymond
Status:ok
Tags:
Comment:
Small changes to Special:Disambiguations
** Use 'editlink' message instead of 'qbedit' (CologneBlue specific message)
** Use parentheses message instead of hardcoded parentheses
Modified paths:
  • /trunk/phase3/includes/specials/SpecialDisambiguations.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/specials/SpecialDisambiguations.php
@@ -88,7 +88,7 @@
8989 $dp = Title::makeTitle( $result->namespace, $result->title );
9090
9191 $from = $skin->link( $title );
92 - $edit = $skin->link( $title, "(".wfMsgHtml("qbedit").")", array(), array( 'redirect' => 'no', 'action' => 'edit' ) );
 92+ $edit = $skin->link( $title, wfMsgExt( 'parentheses', array( 'escape' ), wfMsg( 'editlink' ) ) , array(), array( 'redirect' => 'no', 'action' => 'edit' ) );
9393 $arr = $wgContLang->getArrow();
9494 $to = $skin->link( $dp );
9595

Status & tagging log