Bookend moderation links properly with right square bracket. highest omg bbq? Still, nice catch, ozh. fixes #5035

git-svn-id: http://svn.automattic.com/wordpress/trunk@6154 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
markjaquith 2007-09-22 06:28:47 +00:00
parent 0fb4233fdf
commit e56c1c2097

View File

@ -208,7 +208,7 @@ if ( current_user_can('edit_post', $comment->comment_post_ID) ) {
}
echo " | <a href=\"" . wp_nonce_url("comment.php?action=deletecomment&amp;dt=spam&amp;p=" . $comment->comment_post_ID . "&amp;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') . "</a> ";
}
?>
?> ]
</p>
</li>