X-Git-Url: https://scripts.mit.edu/gitweb/autoinstalls/wordpress.git/blobdiff_plain/8f374b7233bc2815ccc387e448d208c5434eb961..2329f698283944696a7076258cf816545970bb47:/wp-admin/edit-form-comment.php diff --git a/wp-admin/edit-form-comment.php b/wp-admin/edit-form-comment.php index 2340baf4..b2950f77 100644 --- a/wp-admin/edit-form-comment.php +++ b/wp-admin/edit-form-comment.php @@ -13,7 +13,6 @@ if ( !defined('ABSPATH') )
comment_ID) ?>
-

@@ -23,17 +22,17 @@ if ( !defined('ABSPATH') )
-
+

- + - + - + - + - + - +
comment_author_email ) { @@ -42,18 +41,19 @@ if ( !defined('ABSPATH') ) _e( 'E-mail:' ); } ?>
comment_author_url ) && 'http://' != $comment->comment_author_url ) { $link = '' . __('visit site') . ''; - printf( __( 'URL (%s):' ), apply_filters('get_comment_author_link', $link ) ); + /** This filter is documented in wp-includes/comment-template.php */ + printf( __( 'URL (%s):' ), apply_filters( 'get_comment_author_link', $link ) ); } else { _e( 'URL:' ); } ?>
@@ -63,7 +63,7 @@ if ( !defined('ABSPATH') )
'strong,em,link,block,del,ins,img,ul,ol,li,code,spell,close' ); + $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 ); ?>
@@ -71,7 +71,7 @@ if ( !defined('ABSPATH') )
-

+

@@ -85,21 +85,27 @@ if ( !defined('ABSPATH') )
-
+


-
+ +
+ +
+ + +
%1$s'); $date = date_i18n( $datef, strtotime( $comment->comment_date ) ); ?> -  -
+  +
@@ -110,7 +116,7 @@ $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' ) ); ?> +
@@ -121,9 +127,17 @@ $date = date_i18n( $datef, strtotime( $comment->comment_date ) );
comment_ID) ?>" /> - +