mirror of
https://github.com/WordPress/WordPress.git
synced 2024-12-22 17:18:32 +01:00
Add a changelog entry to the DocBlock for comment_form()
for the class_submit
argument added in 4.1.
See [29809]. See #20446. Built from https://develop.svn.wordpress.org/trunk@31803 git-svn-id: http://core.svn.wordpress.org/trunk@31785 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
9a73d487ee
commit
110d60c6cf
@ -2153,6 +2153,7 @@ function wp_list_comments( $args = array(), $comments = null ) {
|
|||||||
* in the array of fields.
|
* in the array of fields.
|
||||||
*
|
*
|
||||||
* @since 3.0.0
|
* @since 3.0.0
|
||||||
|
* @since 4.1.0 Introduced the 'class_submit' argument.
|
||||||
* @since 4.2.0 Introduced 'submit_button' and 'submit_fields' arguments.
|
* @since 4.2.0 Introduced 'submit_button' and 'submit_fields' arguments.
|
||||||
*
|
*
|
||||||
* @param array $args {
|
* @param array $args {
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @global string $wp_version
|
||||||
*/
|
*/
|
||||||
$wp_version = '4.2-beta1-31802';
|
$wp_version = '4.2-beta1-31803';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
Loading…
Reference in New Issue
Block a user