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:
parent
c60237244e
commit
e1ed93d7d9
|
@ -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