diff --git a/wp-includes/comment-template.php b/wp-includes/comment-template.php index 64d5b9fcea..9a09d28d54 100644 --- a/wp-includes/comment-template.php +++ b/wp-includes/comment-template.php @@ -1616,9 +1616,9 @@ function comment_form( $args = array(), $post_id = null ) { 'author' => '

' . ' ' . '

', 'email' => '

' . - '

', + '

', 'url' => '

' . - '

', + '

', ); $required_text = sprintf( ' ' . __('Required fields are marked %s'), '*' );