r56266 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r56265‎ | r56266 | r56267 >
Date:14:35, 13 September 2009
Author:nikerabbit
Status:ok
Tags:
Comment:
Format number
Modified paths:
  • /trunk/extensions/LiquidThreads/classes/View.php (modified) (history)

Diff [purge]

Index: trunk/extensions/LiquidThreads/classes/View.php
@@ -1112,7 +1112,7 @@
11131113 } elseif ( $thread->hasSubthreads() && !$showThreads ) {
11141114 // Add a "show subthreads" link.
11151115 $replies = count($thread->replies());
1116 - $linkText = wfMsgExt( 'lqt-thread-show-replies', 'parseinline', array($replies) );
 1116+ $linkText = wfMsgExt( 'lqt-thread-show-replies', 'parseinline', $wgLang->formatNum($replies) );
11171117 $linkTitle = clone $thread->topmostThread()->title();
11181118 $linkTitle->setFragment( '#'.$thread->getAnchorName() );
11191119

Status & tagging log