mirror of
https://github.com/WordPress/WordPress.git
synced 2025-02-17 03:56:07 +00:00
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) )
|
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', '%#%' ),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user