diff -r 2f6f6f7551ca -r 32102edaa81b web/wp-admin/edit-form-comment.php --- a/web/wp-admin/edit-form-comment.php Thu Sep 16 15:45:36 2010 +0000 +++ b/web/wp-admin/edit-form-comment.php Mon Nov 19 18:26:13 2012 +0100 @@ -9,78 +9,20 @@ // 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) ?>

-
- - - -
-
-

-
-
-
- -
-
- -
-
-
- -
- -
-
-
- -
+
+ + + + -
-%1$s'); -$date = date_i18n( $datef, strtotime( $comment->comment_date ) ); -?> -  -
-
-
-
-
- -
-
-comment_ID&_wp_original_http_referer=" . urlencode(wp_get_referer()), 'delete-comment_' . $comment->comment_ID) . "'>" . ( !EMPTY_TRASH_DAYS ? __('Delete Permanently') : __('Move to Trash') ) . "\n"; ?> -
-
- -
-
-
-
-
-
-
- -
+

@@ -120,11 +62,73 @@
-comment_content, 'content', 'newcomment_author_url', false, 4); ?> - + 'strong,em,link,block,del,ins,img,ul,ol,li,code,spell,close' ); + wp_editor( $comment->comment_content, 'content', array( 'media_buttons' => false, 'tinymce' => false, 'quicktags' => $quicktags_settings ) ); + wp_nonce_field( 'closedpostboxes', 'closedpostboxesnonce', false ); ?> +
+
+ +
+
+

+
+
+
+ +
+
+ +
+
+
+ +
+ +
+
+
+
- +
+%1$s'); +$date = date_i18n( $datef, strtotime( $comment->comment_date ) ); +?> +  +
+
+
+
+
+ +
+
+comment_ID&_wp_original_http_referer=" . urlencode(wp_get_referer()), 'delete-comment_' . $comment->comment_ID) . "'>" . ( !EMPTY_TRASH_DAYS ? __('Delete Permanently') : __('Move to Trash') ) . "\n"; ?> +
+
+ '4' ) ); ?> +
+
+
+
+
+
+
+ +
+ +
@@ -132,8 +136,7 @@ -
-
+