From 320f04b47e6c988c4bca8567dec2b75404d32442 Mon Sep 17 00:00:00 2001 From: mikelittle Date: Sun, 23 Nov 2003 01:15:51 +0000 Subject: [PATCH] Close span tag for unapproved git-svn-id: http://svn.automattic.com/wordpress/trunk@552 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- 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 9954bc325..3767556e0 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

+ "; + } + ?> - ';