diff --git a/src/wp-includes/comment-template.php b/src/wp-includes/comment-template.php index bcca00bc23a0d..e384ecc719368 100644 --- a/src/wp-includes/comment-template.php +++ b/src/wp-includes/comment-template.php @@ -2657,7 +2657,7 @@ function comment_form( $args = array(), $post = null ) { 'title_reply_to' => __( 'Leave a Reply to %s' ), 'title_reply_before' => '

', 'title_reply_after' => '

', - 'cancel_reply_before' => ' ', + 'cancel_reply_before' => '', 'cancel_reply_after' => '', 'cancel_reply_link' => __( 'Cancel reply' ), 'label_submit' => __( 'Post Comment' ),