diff --git a/wp-includes/comment-template.php b/wp-includes/comment-template.php index a972963f4e..13d34a5555 100644 --- a/wp-includes/comment-template.php +++ b/wp-includes/comment-template.php @@ -2169,7 +2169,7 @@ function comment_form( $args = array(), $post_id = null ) { $comment_fields = array( 'comment' => $args['comment_field'] ) + (array) $args['fields']; /** - * Filter the comment form fields. + * Filter the comment form fields, including the textarea. * * @since 4.4.0 * diff --git a/wp-includes/version.php b/wp-includes/version.php index 4879fd017d..8c57a8183b 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.5-alpha-35876'; +$wp_version = '4.5-alpha-35877'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.