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.


git-svn-id: https://develop.svn.wordpress.org/trunk@35877 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Drew Jaynes 2015-12-12 01:06:03 +00:00
parent 9c354378ff
commit 7493d90f96
1 changed files with 1 additions and 1 deletions

View File

@ -2169,7 +2169,7 @@ function comment_form( $args = array(), $post_id = null ) {
$comment_fields = array( 'comment' => $args['comment_field'] ) + (array) $args['fields']; $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 * @since 4.4.0
* *