diff --git a/wp-includes/comment-template.php b/wp-includes/comment-template.php index c914796c08..e97229f5f6 100644 --- a/wp-includes/comment-template.php +++ b/wp-includes/comment-template.php @@ -2158,7 +2158,7 @@ function wp_list_comments( $args = array(), $comments = null ) { * @type string $submit_button HTML format for the Submit button. * Default: ''. * @type string $submit_field HTML format for the markup surrounding the Submit button and comment hidden - * fields. Default: '

%1$s %2$s', where %1$s is the + * fields. Default: '

%1$s %2$s

', where %1$s is the * submit button markup and %2$s is the comment hidden fields. * @type string $format The comment form format. Default 'xhtml'. Accepts 'xhtml', 'html5'. * } diff --git a/wp-includes/version.php b/wp-includes/version.php index 672eb073d8..a53a914f04 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.8-alpha-39752'; +$wp_version = '4.8-alpha-39753'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.