From 03ca3fcc4cdbe23bb972d3f1c5a1cde981bf32f3 Mon Sep 17 00:00:00 2001 From: Andrew Nacin Date: Tue, 20 Dec 2011 21:39:46 +0000 Subject: [PATCH] Remove dead variables and strings from edit-form-comment. props ocean90, fixes #19481. git-svn-id: https://develop.svn.wordpress.org/trunk@19612 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-admin/edit-form-comment.php | 16 ++++------------ 1 file changed, 4 insertions(+), 12 deletions(-) diff --git a/wp-admin/edit-form-comment.php b/wp-admin/edit-form-comment.php index 37772e3ca7..645774b50b 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);

- - + + + +