r56290 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r56289‎ | r56290 | r56291 >
Date:02:25, 14 September 2009
Author:demon
Status:ok
Tags:
Comment:
(bug 20613) The coll-n_pages message is not formatted properly
Modified paths:
  • /trunk/extensions/Collection/Collection.hooks.php (modified) (history)

Diff [purge]

Index: trunk/extensions/Collection/Collection.hooks.php
@@ -452,7 +452,7 @@
453453 )
454454 )
455455 . ' ' . wfMsgHtml( 'coll-show_collection' )
456 - . ' (' . wfMsgHtml( 'coll-n_pages', $numArticles ) . ')'
 456+ . ' (' . wfMsgExt( 'coll-n_pages', array( 'parsemag', 'escape' ), $numArticles ) . ')'
457457 );
458458 } else {
459459 return $sk->link(
@@ -467,7 +467,7 @@
468468 )
469469 )
470470 . ' ' . wfMsgHtml( 'coll-show_collection' )
471 - . ' (' . wfMsgHtml( 'coll-n_pages', $numArticles ) . ')',
 471+ . ' (' . wfMsgExt( 'coll-n_pages', array( 'parsemag', 'escape' ), $numArticles ) . ')',
472472 array(
473473 'rel' => 'nofollow',
474474 'title' => wfMsg( 'coll-show_collection_tooltip' ),

Status & tagging log