From 9db190c7e736ec8d063187d4241b59feaf7dc2d1 Mon Sep 17 00:00:00 2001 From: Pierre Schmitz Date: Wed, 22 Jun 2011 11:28:20 +0200 Subject: update to MediaWiki 1.17.0 --- includes/specials/SpecialMostimages.php | 27 ++++++++++++++++++++++----- 1 file changed, 22 insertions(+), 5 deletions(-) (limited to 'includes/specials/SpecialMostimages.php') diff --git a/includes/specials/SpecialMostimages.php b/includes/specials/SpecialMostimages.php index 5cc100ba..411a281b 100644 --- a/includes/specials/SpecialMostimages.php +++ b/includes/specials/SpecialMostimages.php @@ -1,15 +1,32 @@ - * @copyright Copyright © 2005, Ævar Arnfjörð Bjarmason - * @license http://www.gnu.org/copyleft/gpl.html GNU General Public License 2.0 or later */ /** - * implements Special:Mostimages + * A special page page that list most used images + * * @ingroup SpecialPage */ class MostimagesPage extends ImageQueryPage { @@ -36,7 +53,7 @@ class MostimagesPage extends ImageQueryPage { function getCellHtml( $row ) { global $wgLang; - return wfMsgExt( 'nlinks', array( 'parsemag', 'escape' ), + return wfMsgExt( 'nimagelinks', array( 'parsemag', 'escape' ), $wgLang->formatNum( $row->value ) ) . '
'; } -- cgit v1.2.2