Merge "Follow up change Icc8dc4ae: add new message keys to maintenance scripts"
[lhc/web/wiklou.git] / includes / specials / SpecialWantedcategories.php
index 9a17adc..f497e4e 100644 (file)
@@ -69,8 +69,7 @@ class WantedCategoriesPage extends WantedQueryPage {
                                array( 'broken' )
                        );
 
-               $nlinks = wfMsgExt( 'nmembers', array( 'parsemag', 'escape' ),
-                       $this->getLang()->formatNum( $result->value ) );
-               return wfSpecialList( $plink, $nlinks );
+               $nlinks = $this->msg( 'nmembers' )->numParams( $result->value )->escaped();
+               return $this->getLanguage()->specialList( $plink, $nlinks );
        }
 }