X-Git-Url: https://scripts.mit.edu/gitweb/autoinstalls/wordpress.git/blobdiff_plain/7f1521bf193b382565eb753043c161f4cb3fcda7..refs/tags/wordpress-4.3:/wp-admin/edit-form-comment.php diff --git a/wp-admin/edit-form-comment.php b/wp-admin/edit-form-comment.php index c27164ed..9b8062da 100644 --- a/wp-admin/edit-form-comment.php +++ b/wp-admin/edit-form-comment.php @@ -13,7 +13,7 @@ if ( !defined('ABSPATH') )
comment_ID) ?>
-

+

@@ -21,48 +21,39 @@ if ( !defined('ABSPATH') )
-
+
-

+
+ - + - - + + - - + +
- comment_author_email ) { - printf( __( 'E-mail (%s):' ), get_comment_author_email_link( __( 'send e-mail' ), '', '' ) ); - } else { - _e( 'E-mail:' ); - } -?> + +
- comment_author_url ) && 'http://' != $comment->comment_author_url ) { - $link = '' . __('visit site') . ''; - $author = get_comment_author( $comment->comment_ID ); - /** This filter is documented in wp-includes/comment-template.php */ - printf( __( 'URL (%s):' ), apply_filters( 'get_comment_author_link', $link, $author, $comment->comment_ID ) ); - } else { - _e( 'URL:' ); - } ?> + +

+
' . __( 'Comment' ) . ''; $quicktags_settings = array( 'buttons' => 'strong,em,link,block,del,ins,img,ul,ol,li,code,close' ); wp_editor( $comment->comment_content, 'content', array( 'media_buttons' => false, 'tinymce' => false, 'quicktags' => $quicktags_settings ) ); wp_nonce_field( 'closedpostboxes', 'closedpostboxesnonce', false ); ?> @@ -85,17 +76,12 @@ if ( !defined('ABSPATH') )
-
+
+

-
- - -
- -
- +
%1$s'); $date = date_i18n( $datef, strtotime( $comment->comment_date ) ); ?> -  -
+ + +
+ + +
- %s' ), $post_link ); ?> + ' . $post_link . '' + ); ?>
comment_parent ) : $name = get_comment_author( $parent->comment_ID ); ?>
- %2$s' ), $parent_link, $name ); ?> + ' . $name . '' + ); ?>
+ +