From 65b06fc431960bd6ff9f622c9e2f33100b51fa02 Mon Sep 17 00:00:00 2001 From: Mike Little Date: Sun, 23 Nov 2003 01:15:51 +0000 Subject: [PATCH] Close span tag for unapproved git-svn-id: https://develop.svn.wordpress.org/trunk@552 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-admin/edit-comments.php | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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

+ "; + } + ?> - ';