From f3abb8703310adc2a7f3848f816c8ed321d89039 Mon Sep 17 00:00:00 2001 From: rob1n Date: Mon, 21 May 2007 22:58:22 +0000 Subject: [PATCH] Fix accidental typo. fixes #4300 git-svn-id: https://develop.svn.wordpress.org/trunk@5508 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-admin/edit-comments.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-admin/edit-comments.php b/wp-admin/edit-comments.php index bbd5e22e6e..7da6129ee5 100644 --- a/wp-admin/edit-comments.php +++ b/wp-admin/edit-comments.php @@ -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