r19770 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r19769‎ | r19770 | r19771 >
Date:23:36, 4 February 2007
Author:midom
Status:old
Tags:
Comment:
* Fix some syntax cruft & formatting
Modified paths:
  • /trunk/phase3/includes/SpecialCategories.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/SpecialCategories.php
@@ -37,10 +37,9 @@
3838 '<li>' .
3939 $this->getSkin()->makeLinkObj( $title, $title->getText() )
4040 . ' ' .
41 - $nlinks = wfMsgExt( 'nmembers', array( 'parsemag', 'escape'),
42 - $wgLang->formatNum( $result->count ) )
43 - .
44 - "</li>\n" );
 41+ wfMsgExt( 'nmembers', array( 'parsemag', 'escape'),
 42+ $wgLang->formatNum( $result->count ) )
 43+ . "</li>\n" );
4544 }
4645 }
4746