X-Git-Url: https://scripts.mit.edu/gitweb/autoinstalls/wordpress.git/blobdiff_plain/72836ec95a52eacbda4dc5aa296b7dd6de08bd3b..2329f698283944696a7076258cf816545970bb47:/wp-admin/edit-form-comment.php diff --git a/wp-admin/edit-form-comment.php b/wp-admin/edit-form-comment.php index 07c1946e..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) ?>
-

@@ -29,11 +28,11 @@ if ( !defined('ABSPATH') )
- + - + - + @@ -71,7 +71,7 @@ if ( !defined('ABSPATH') )
-

+

@@ -99,7 +99,7 @@ if ( !defined('ABSPATH') )
%1$s'); $date = date_i18n( $datef, strtotime( $comment->comment_date ) ); @@ -127,9 +127,17 @@ $date = date_i18n( $datef, strtotime( $comment->comment_date ) );
comment_author_email ) { @@ -44,12 +43,13 @@ if ( !defined('ABSPATH') ) ?>
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:' ); } ?>