From d39a1d4b1b3fd97fb3904e9de44993b5a5445ebd Mon Sep 17 00:00:00 2001 From: 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: http://svn.automattic.com/wordpress/trunk@19612 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- 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 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);

- - + + + +