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:
rob1n 2007-05-21 22:58:22 +00:00
parent 7f4475bedb
commit 27026ab17d
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); $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