Bump nuber of link cats per page.

git-svn-id: http://svn.automattic.com/wordpress/trunk@6805 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
ryan 2008-02-13 07:33:56 +00:00
parent c60237244e
commit e1ed93d7d9

View File

@ -41,7 +41,7 @@ $pagenum = absint( $_GET['pagenum'] );
if ( empty($pagenum) ) if ( empty($pagenum) )
$pagenum = 1; $pagenum = 1;
if( !$catsperpage || $catsperpage < 0 ) if( !$catsperpage || $catsperpage < 0 )
$catsperpage = 3; $catsperpage = 20;
$page_links = paginate_links( array( $page_links = paginate_links( array(
'base' => add_query_arg( 'pagenum', '%#%' ), 'base' => add_query_arg( 'pagenum', '%#%' ),