diff --git a/wp-admin/edit-form-comment.php b/wp-admin/edit-form-comment.php index 8024c41870..9921ee58c6 100644 --- a/wp-admin/edit-form-comment.php +++ b/wp-admin/edit-form-comment.php @@ -69,6 +69,9 @@ $time = mysql2date(get_option('time_format'), $comment->comment_date); comment_author_email ); +$url = attribute_escape( $comment->comment_author_url ); // add_meta_box('submitdiv', __('Save'), 'comment_submit_meta_box', 'comment', 'side', 'core'); ?> @@ -131,14 +134,22 @@ $time = mysql2date(get_option('time_format'), $comment->comment_date);

- + +', '

'); ?>

- + +" . __('Visit site') . ""; + + echo '

' . apply_filters('get_comment_author_link', $link) . '

'; +} ?>