From 8f416baead93a48e5799e44b8bd2e2c4859f4e04 Mon Sep 17 00:00:00 2001 From: Pierre Schmitz Date: Fri, 14 Sep 2007 13:18:58 +0200 Subject: auf Version 1.11 aktualisiert; Login-Bug behoben --- includes/SpecialUnusedcategories.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'includes/SpecialUnusedcategories.php') diff --git a/includes/SpecialUnusedcategories.php b/includes/SpecialUnusedcategories.php index 5cd3406b..492c5f84 100644 --- a/includes/SpecialUnusedcategories.php +++ b/includes/SpecialUnusedcategories.php @@ -15,7 +15,7 @@ class UnusedCategoriesPage extends QueryPage { } function getPageHeader() { - return '

' . wfMsg('unusedcategoriestext') . '

'; + return wfMsgExt( 'unusedcategoriestext', array( 'parse' ) ); } function getSQL() { @@ -43,4 +43,4 @@ function wfSpecialUnusedCategories() { $uc = new UnusedCategoriesPage(); return $uc->doQuery( $offset, $limit ); } -?> + -- cgit v1.2.3-54-g00ecf