http://www.mediawiki.org/wiki/Special:Code/MediaWiki/56290

Revision: 56290
Author:   demon
Date:     2009-09-14 02:25:35 +0000 (Mon, 14 Sep 2009)

Log Message:
-----------
(bug 20613) The coll-n_pages message is not formatted properly

Modified Paths:
--------------
    trunk/extensions/Collection/Collection.hooks.php

Modified: trunk/extensions/Collection/Collection.hooks.php
===================================================================
--- trunk/extensions/Collection/Collection.hooks.php    2009-09-14 02:17:31 UTC 
(rev 56289)
+++ trunk/extensions/Collection/Collection.hooks.php    2009-09-14 02:25:35 UTC 
(rev 56290)
@@ -452,7 +452,7 @@
                                        )
                                )
                                . ' ' . wfMsgHtml( 'coll-show_collection' )
-                               . ' (' . wfMsgHtml( 'coll-n_pages', 
$numArticles ) . ')'
+                               . ' (' . wfMsgExt( 'coll-n_pages', array( 
'parsemag', 'escape' ), $numArticles ) . ')'
                        );
                } else {
                        return $sk->link(
@@ -467,7 +467,7 @@
                                        )
                                )
                                . ' ' . wfMsgHtml( 'coll-show_collection' )
-                                       . ' (' . wfMsgHtml( 'coll-n_pages', 
$numArticles ) . ')',
+                                       . ' (' . wfMsgExt( 'coll-n_pages', 
array( 'parsemag', 'escape' ), $numArticles ) . ')',
                                array(
                                        'rel' => 'nofollow',
                                        'title' => wfMsg( 
'coll-show_collection_tooltip' ),



_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to