From 1ae97a20784dbd52051c1639fadb59cfdb6f74bd Mon Sep 17 00:00:00 2001 From: Drew Jaynes Date: Sat, 12 Dec 2015 01:07:27 +0000 Subject: [PATCH] Docs: Update the summary for the `comment_form_fields` hook docs to explicitly mention inclusion of the textarea element as a filterable element. Previously [35723] Props bappidgreat. Fixes #34973. Built from https://develop.svn.wordpress.org/trunk@35877 git-svn-id: http://core.svn.wordpress.org/trunk@35841 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/comment-template.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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.