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
This commit is contained in:
parent
36679a6e89
commit
1ae97a2078
|
@ -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
|
||||
*
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue