Fix accidental typo. fixes #4300
git-svn-id: http://svn.automattic.com/wordpress/branches/2.2@5508 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
7f4475bedb
commit
27026ab17d
|
@ -88,7 +88,7 @@ $comments = array_slice($_comments, 0, 20);
|
||||||
$extra_comments = array_slice($_comments, 20);
|
$extra_comments = array_slice($_comments, 20);
|
||||||
|
|
||||||
$page_links = paginate_links( array(
|
$page_links = paginate_links( array(
|
||||||
'base' => add_query_arg( 'apage', '%_%' ),
|
'base' => add_query_arg( 'apage', '%#%' ),
|
||||||
'format' => '',
|
'format' => '',
|
||||||
'total' => ceil($total / 20),
|
'total' => ceil($total / 20),
|
||||||
'current' => $page
|
'current' => $page
|
||||||
|
|
Loading…
Reference in New Issue