Bump nuber of link cats per page.

git-svn-id: https://develop.svn.wordpress.org/trunk@6805 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren 2008-02-13 07:33:56 +00:00
parent de1ec72949
commit 9a54760339
1 changed files with 1 additions and 1 deletions

View File

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