From: Raimond Spekking Date: Mon, 25 Feb 2008 19:09:25 +0000 (+0000) Subject: Add count of hidden categories to message for better localization. X-Git-Tag: 1.31.0-rc.0~49355 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/password.php?a=commitdiff_plain;h=d55f5bce0dac9b73d6953c3d953c91033620e878;p=lhc%2Fweb%2Fwiklou.git Add count of hidden categories to message for better localization. --- diff --git a/includes/Linker.php b/includes/Linker.php index a27c6c7a32..205c8e0688 100644 --- a/includes/Linker.php +++ b/includes/Linker.php @@ -1377,7 +1377,7 @@ class Linker { if ( count( $hiddencats ) > 0 ) { # Construct the HTML $outText = '
'; - $outText .= wfMsgExt( 'hiddencategories', array( 'parse' ) ); + $outText .= wfMsgExt( 'hiddencategories', array( 'parse' ), count( $hiddencats ) ); $outText .= '