From d55f5bce0dac9b73d6953c3d953c91033620e878 Mon Sep 17 00:00:00 2001 From: Raimond Spekking Date: Mon, 25 Feb 2008 19:09:25 +0000 Subject: [PATCH] Add count of hidden categories to message for better localization. --- includes/Linker.php | 4 ++-- languages/messages/MessagesEn.php | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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 .= '