diff --git a/wp-admin/edit-form-comment.php b/wp-admin/edit-form-comment.php index 37772e3ca..645774b50 100644 --- a/wp-admin/edit-form-comment.php +++ b/wp-admin/edit-form-comment.php @@ -9,17 +9,7 @@ // don't load directly if ( !defined('ABSPATH') ) die('-1'); - -/** - * @var string - */ -$submitbutton_text = __('Edit Comment'); -$toprow_title = sprintf(__('Editing Comment # %s'), $comment->comment_ID); -$form_action = 'editedcomment'; -$form_extra = "' />\n\ncomment_ID) ?>
@@ -27,8 +17,10 @@ $comment->comment_author_email = esc_attr($comment->comment_author_email);

- - + + + +