Ticket #5035: edit-closing-brace.diff
File edit-closing-brace.diff, 681 bytes (added by , 16 years ago) |
---|
-
edit.php
208 208 } 209 209 echo " | <a href=\"" . wp_nonce_url("comment.php?action=deletecomment&dt=spam&p=" . $comment->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') . "</a> "; 210 210 } 211 ?> 211 ?> ] 212 212 </p> 213 213 </li> 214 214