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.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/wp-admin/edit-comments.php b/wp-admin/edit-comments.php
index f7d7a8b..5d1d8f5 100644
--- a/wp-admin/edit-comments.php
+++ b/wp-admin/edit-comments.php
@@ -124,7 +124,7 @@ if ( ( $page ) * 20 < $total || -1 == $total ) {
$args['apage'] = $page + 1;
$r .= '<a class="next" href="' . add_query_arg($args) . '">'. __('Next Page') .' &raquo;</a>' . "\n";
}
-echo "<p>$r</p>";
+echo "<p class='pagenav'>$r</p>";
?>
<?php } ?>
@@ -271,7 +271,7 @@ if ( ( $page ) * 20 < $total || -1 == $total ) {
$args['apage'] = $page + 1;
$r .= '<a class="next" href="' . add_query_arg($args) . '">'. __('Next Page') .' &raquo;</a>' . "\n";
}
-echo "<p>$r</p>";
+echo "<p class='pagenav'>$r</p>";
?>
<?php } ?>