diff --git a/wp-admin/comment.php b/wp-admin/comment.php index a8c918b778..c4e87a2ce2 100644 --- a/wp-admin/comment.php +++ b/wp-admin/comment.php @@ -45,36 +45,65 @@ case 'mailapprovecomment': if ( !current_user_can('edit_post', $comment->comment_post_ID) ) wp_die( 'confirmdeletecomment' == $action ? __('You are not allowed to delete comments on this post.') : __('You are not allowed to edit comments on this post, so you cannot approve this comment.') ); +?> +
" . __('Caution: You are about to mark the following comment as spam:') . "
\n"; - elseif ( 'confirmdeletecomment' == $action ) - echo "" . __('Caution: You are about to delete the following comment:') . "
\n"; - else - echo "" . __('Caution: You are about to approve the following comment:') . "
\n"; - echo "" . __('Author:') . " | $comment->comment_author |
" . __('E-mail:') . " | $comment->comment_author_email |
". __('URL:') . " | $comment->comment_author_url |
". __('Comment:') . " | $comment->comment_content |
" . __('Are you sure you want to do that?') . "
\n"; +Caution: You are about to mark the following comment as spam:'); ?>
+ +Caution: You are about to delete the following comment:'); ?>
+ +Caution: You are about to approve the following comment:'); ?>
+ - echo "\n"; - echo "+ | comment_author; ?> | +
---|---|
+ | comment_author_email; ?> | +
+ | comment_author_url; ?> | +
+ | comment_content ); ?> | +