Fix accidental typo. fixes #4300

git-svn-id: https://develop.svn.wordpress.org/trunk@5508 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
rob1n 2007-05-21 22:58:22 +00:00
parent 62c94190fb
commit f3abb87033
1 changed files with 1 additions and 1 deletions

View File

@ -88,7 +88,7 @@ $comments = array_slice($_comments, 0, 20);
$extra_comments = array_slice($_comments, 20);
$page_links = paginate_links( array(
'base' => add_query_arg( 'apage', '%_%' ),
'base' => add_query_arg( 'apage', '%#%' ),
'format' => '',
'total' => ceil($total / 20),
'current' => $page