r51437 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r51436‎ | r51437 | r51438 >
Date:22:10, 3 June 2009
Author:siebrand
Status:ok
Tags:
Comment:
Actually process plural for 'tags-hitcount'
Modified paths:
  • /trunk/phase3/includes/specials/SpecialTags.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/specials/SpecialTags.php
@@ -62,7 +62,7 @@
6363 $desc .= ' (' . $sk->link( Title::makeTitle( NS_MEDIAWIKI, "Tag-$tag-description" ), wfMsg( 'tags-edit' ) ) . ')';
6464 $newRow .= Xml::tags( 'td', null, $desc );
6565
66 - $hitcount = wfMsg( 'tags-hitcount', $hitcount );
 66+ $hitcount = wfMsgExt( 'tags-hitcount', array( 'parsemag' ), $hitcount );
6767 $hitcount = $sk->link( SpecialPage::getTitleFor( 'RecentChanges' ), $hitcount, array(), array( 'tagfilter' => $tag ) );
6868 $newRow .= Xml::tags( 'td', null, $hitcount );
6969

Status & tagging log