r51051 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r51050‎ | r51051 | r51052 >
Date:07:45, 27 May 2009
Author:tstarling
Status:deferred
Tags:
Comment:
One more convert call, not sure where it came from.
Modified paths:
  • /trunk/extensions/CategoryTree/CategoryTreeFunctions.php (modified) (history)

Diff [purge]

Index: trunk/extensions/CategoryTree/CategoryTreeFunctions.php
@@ -619,8 +619,6 @@
620620 if ( $hideprefix ) $label = htmlspecialchars( $title->getText() );
621621 else $label = htmlspecialchars( $title->getPrefixedText() );
622622
623 - $label = $wgContLang->convert( $label, true );
624 -
625623 if ( $trans && $trans!=$label ) $label.= ' ' . Xml::element( 'i', array( 'class' => 'translation'), $trans );
626624
627625 $labelClass = 'CategoryTreeLabel ' . ' CategoryTreeLabelNs' . $ns;

Status & tagging log