From: Brion Vibber Date: Thu, 20 Mar 2008 21:09:47 +0000 (+0000) Subject: comment the extra category paging option links for now as they're kinda broken X-Git-Tag: 1.31.0-rc.0~48920 X-Git-Url: http://git.cyclocoop.org//%27http:/jquery.khurshid.com/ifixpng.php/%27?a=commitdiff_plain;h=63268d481a22671369217ceaf46e2f0f0fd72ac7;p=lhc%2Fweb%2Fwiklou.git comment the extra category paging option links for now as they're kinda broken the new options aren't retained on the paging links, and they don't interact correctly with various special page parameters such as starting points on the user lists --- diff --git a/includes/Pager.php b/includes/Pager.php index fdd883a27f..422121bec8 100644 --- a/includes/Pager.php +++ b/includes/Pager.php @@ -509,6 +509,7 @@ abstract class AlphabeticPager extends IndexPager { wfMsgHtml( 'viewprevnext', $pagingLinks['prev'], $pagingLinks['next'], $limits ); + /* $dirlinks = array(); # Note for grep: uses pager-sort-asc, pager-sort-desc (each in two # places) @@ -557,6 +558,7 @@ abstract class AlphabeticPager extends IndexPager { if( $extra !== '' ) { $this->mNavigationBar .= " ($extra)"; } + */ return $this->mNavigationBar; }