diff --git a/wp-admin/edit-form-comment.php b/wp-admin/edit-form-comment.php index d1d0aced40..ff8445e00b 100644 --- a/wp-admin/edit-form-comment.php +++ b/wp-admin/edit-form-comment.php @@ -78,5 +78,5 @@ if ($user_level > 4) { ?> -

+

diff --git a/wp-admin/post.php b/wp-admin/post.php index 674b57132d..3e31070c22 100644 --- a/wp-admin/post.php +++ b/wp-admin/post.php @@ -510,7 +510,7 @@ $p = $_GET['p']; $commentdata = get_commentdata($comment, 1, true) or die(sprintf(__('Oops, no comment with this ID. Go back!'), 'edit.php')); echo "
\n"; -echo "

Caution: You are about to delete the following comment:'); ?>

\n"; +echo "

" . __('Caution: You are about to delete the following comment:') . "

\n"; echo "\n"; echo "\n"; echo "\n";
" . __('Author:') . "" . $commentdata["comment_author"] . "
" . __('E-mail:') . "" . $commentdata["comment_author_email"] . "