Wikia code/includes/specials/SpecialCategories.php
Appearance
This page is obsolete. It is being retained for archival purposes. It may document extensions or features that are obsolete and/or no longer supported. Do not rely on the information here being up-to-date. The information shown below refers to the now unmaintained 1.16 MediaWiki release. The current stable release number is 1.42.3. |
--- D:\Programming\SVN\mediawiki\branches\REL1_16\phase3\includes\specials\SpecialCategories.php 2011-07-18 22:31:17.666992200 +0100
+++ D:\Programming\SVN\wikia\trunk\includes\specials\SpecialCategories.php 2011-08-17 15:28:16.312500000 +0100
@@ -91,7 +91,7 @@
$titleText = $this->getSkin()->link( $title, htmlspecialchars( $title->getText() ) );
$count = wfMsgExt( 'nmembers', array( 'parsemag', 'escape' ),
$wgLang->formatNum( $result->cat_pages ) );
- return Xml::tags('li', null, "$titleText ($count)" ) . "\n";
+ return Xml::tags('li', null, $titleText ) . "\n";
}
public function getStartForm( $from ) {