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.