diff --git a/wp-admin/edit-comments.php b/wp-admin/edit-comments.php index b4f9540681..30d9aa146a 100644 --- a/wp-admin/edit-comments.php +++ b/wp-admin/edit-comments.php @@ -131,22 +131,24 @@ unset($status_links); add_query_arg( 'apage', '%#%' ), 'format' => '', - 'total' => ceil($total / 20), + 'total' => ceil($total / $comments_per_page), 'current' => $page ));