summaryrefslogtreecommitdiffstats
path: root/wp-admin/edit-comments.php
diff options
context:
space:
mode:
Diffstat (limited to 'wp-admin/edit-comments.php')
-rw-r--r--wp-admin/edit-comments.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/wp-admin/edit-comments.php b/wp-admin/edit-comments.php
index 85b2a6e..ea718b9 100644
--- a/wp-admin/edit-comments.php
+++ b/wp-admin/edit-comments.php
@@ -76,7 +76,7 @@ if ( !empty( $_POST['delete_comments'] ) ) :
endif;
if ( isset( $_GET['apage'] ) )
- $page = (int) $_GET['apage'];
+ $page = abs( (int) $_GET['apage'] );
else
$page = 1;