From e3901c0a0cd2e2741f848e0f20bf47509c2f8c08 Mon Sep 17 00:00:00 2001 From: Mark Jaquith Date: Sat, 22 Sep 2007 06:28:47 +0000 Subject: [PATCH] Bookend moderation links properly with right square bracket. highest omg bbq? Still, nice catch, ozh. fixes #5035 git-svn-id: https://develop.svn.wordpress.org/trunk@6154 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-admin/edit.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-admin/edit.php b/wp-admin/edit.php index 5bfe1cb8fc..ba4cc04a80 100644 --- a/wp-admin/edit.php +++ b/wp-admin/edit.php @@ -208,7 +208,7 @@ if ( current_user_can('edit_post', $comment->comment_post_ID) ) { } echo " | comment_post_ID . "&c=" . $comment->comment_ID, 'delete-comment_' . $comment->comment_ID) . "\" onclick=\"return deleteSomething( 'comment-as-spam', $comment->comment_ID, '" . js_escape(sprintf(__("You are about to mark as spam this comment by '%s'.\n'Cancel' to stop, 'OK' to mark as spam."), $comment->comment_author)) . "', theCommentList );\">" . __('Spam') . " "; } -?> +?> ]