diff --git a/wp-includes/comment-template.php b/wp-includes/comment-template.php index 5ec8990c76..57a3609092 100644 --- a/wp-includes/comment-template.php +++ b/wp-includes/comment-template.php @@ -1515,10 +1515,11 @@ function comment_form( $args = array(), $post_id = null ) { 'title_reply_to' => __( 'Leave a Reply to %s' ), 'cancel_reply_link' => __( 'Cancel reply' ), 'label_submit' => __( 'Post Comment' ), + 'echo' => true, ); $args = wp_parse_args( $args, apply_filters( 'comment_form_defaults', $defaults ) ); - + ob_start(); ?> @@ -1556,8 +1557,12 @@ function comment_form( $args = array(), $post_id = null ) { - -