From d9022f63880ce039446fba8364f68e656b7bf4cb Mon Sep 17 00:00:00 2001 From: Pierre Schmitz Date: Thu, 3 May 2012 13:01:35 +0200 Subject: Update to MediaWiki 1.19.0 --- includes/specials/SpecialMostimages.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'includes/specials/SpecialMostimages.php') diff --git a/includes/specials/SpecialMostimages.php b/includes/specials/SpecialMostimages.php index ac2b5206..7805e53e 100644 --- a/includes/specials/SpecialMostimages.php +++ b/includes/specials/SpecialMostimages.php @@ -50,9 +50,7 @@ class MostimagesPage extends ImageQueryPage { } function getCellHtml( $row ) { - global $wgLang; - return wfMsgExt( 'nimagelinks', array( 'parsemag', 'escape' ), - $wgLang->formatNum( $row->value ) ) . '
'; + return $this->msg( 'nimagelinks' )->numParams( $row->value )->escaped() . '
'; } } -- cgit v1.2.2