r107503 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r107502‎ | r107503 | r107504 >
Date:16:10, 28 December 2011
Author:nikerabbit
Status:ok
Tags:
Comment:
Always use the prefixed title in message table
Modified paths:
  • /trunk/extensions/Translate/utils/MessageTable.php (modified) (history)

Diff [purge]

Index: trunk/extensions/Translate/utils/MessageTable.php
@@ -126,7 +126,7 @@
127127 }
128128
129129 global $wgLang;
130 - $niceTitle = htmlspecialchars( $wgLang->truncate( $key, - 30 ) );
 130+ $niceTitle = htmlspecialchars( $wgLang->truncate( $title->getPrefixedText(), - 30 ) );
131131
132132 $linker = class_exists( 'DummyLinker' ) ? new DummyLinker() : new Linker();
133133 $tools['edit'] = $linker->link(

Status & tagging log