Docs: Fix a typo in an inline hook reference in the DocBlock for `comment_form()`.

Props ocean90.
See #32246.


git-svn-id: https://develop.svn.wordpress.org/trunk@38018 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Drew Jaynes 2016-07-08 23:55:54 +00:00
parent 78789beda9
commit 180559f064
1 changed files with 1 additions and 1 deletions

View File

@ -2106,7 +2106,7 @@ function wp_list_comments( $args = array(), $comments = null ) {
* into the function, while you may also choose to use the {@see 'comment_form_default_fields'}
* filter to modify the array of default fields if you'd just like to add a new
* one or remove a single field. All fields are also individually passed through
* a filter of the {@see 'form comment_form_field_$name'} where $name is the key used
* a filter of the {@see 'comment_form_field_$name'} where $name is the key used
* in the array of fields.
*
* @since 3.0.0