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:
parent
de1ec72949
commit
9a54760339
@ -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', '%#%' ),
|
||||
|
Loading…
Reference in New Issue
Block a user