From 110d60c6cf5ff2c5edbf6a91bb57699d5d7e1611 Mon Sep 17 00:00:00 2001 From: Drew Jaynes Date: Tue, 17 Mar 2015 18:38:29 +0000 Subject: [PATCH] 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 --- wp-includes/comment-template.php | 1 + wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/wp-includes/comment-template.php b/wp-includes/comment-template.php index 3714cbfc3c..7028d5c65c 100644 --- a/wp-includes/comment-template.php +++ b/wp-includes/comment-template.php @@ -2153,6 +2153,7 @@ function wp_list_comments( $args = array(), $comments = null ) { * in the array of fields. * * @since 3.0.0 + * @since 4.1.0 Introduced the 'class_submit' argument. * @since 4.2.0 Introduced 'submit_button' and 'submit_fields' arguments. * * @param array $args { diff --git a/wp-includes/version.php b/wp-includes/version.php index b249f3967a..28296c00f1 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @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.