mirror of
https://github.com/WordPress/WordPress.git
synced 2024-11-12 13:44:21 +01:00
Docs: Fix a typo in an inline hook reference in the DocBlock for comment_form()
.
Props ocean90. See #32246. Built from https://develop.svn.wordpress.org/trunk@38018 git-svn-id: http://core.svn.wordpress.org/trunk@37959 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
9b2f385b07
commit
dac2988528
@ -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
|
||||
|
@ -4,7 +4,7 @@
|
||||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '4.6-beta2-38017';
|
||||
$wp_version = '4.6-beta2-38018';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
Loading…
Reference in New Issue
Block a user