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
This commit is contained in:
Mark Jaquith 2007-09-22 06:28:47 +00:00
parent 1c934d962c
commit e3901c0a0c
1 changed files with 1 additions and 1 deletions

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>