Fix typos in phpdoc for comment_form(). props demetris, fixes #10910.
git-svn-id: http://svn.automattic.com/wordpress/trunk@14538 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
57e51b0463
commit
a03dfef3fd
|
@ -1470,10 +1470,10 @@ function wp_list_comments($args = array(), $comments = null ) {
|
|||
/**
|
||||
* Outputs a complete commenting form for use within a template.
|
||||
* Most strings and form fields may be controlled through the $args array passed
|
||||
* into the function, while you may also choose to use the comments_form_default_fields
|
||||
* into the function, while you may also choose to use the 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 form comments_form_field_$name where $name is the key used
|
||||
* a filter of the form comment_form_field_$name where $name is the key used
|
||||
* in the array of fields.
|
||||
*
|
||||
* @since 3.0.0
|
||||
|
|
Loading…
Reference in New Issue