diff --git a/wp-admin/edit-comments.php b/wp-admin/edit-comments.php index 9954bc3252..3767556e03 100644 --- a/wp-admin/edit-comments.php +++ b/wp-admin/edit-comments.php @@ -160,9 +160,13 @@ echo $comments_nav_bar; echo " | comment_post_ID."&comment=".$comment->comment_ID."\" onclick=\"return confirm('You are about to delete this comment by \'".$comment->comment_author."\'\\n \'Cancel\' to stop, \'OK\' to delete.')\">Delete | "; } // end if any comments to show ?> View Post

+ "; + } + ?> - ';