From b9cb22f88895205509e3d5173c3ab7b507ced0d9 Mon Sep 17 00:00:00 2001 From: Drew Jaynes Date: Tue, 17 Mar 2015 18:37:12 +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. git-svn-id: https://develop.svn.wordpress.org/trunk@31803 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/comment-template.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/wp-includes/comment-template.php b/src/wp-includes/comment-template.php index 3714cbfc3c..7028d5c65c 100644 --- a/src/wp-includes/comment-template.php +++ b/src/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 {