From ddbbd3e8a885d385432115b4a2aa46dffbea8161 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Sat, 7 Jan 2017 14:50:55 +0000 Subject: [PATCH] Docs: Use correct closing tag in `submit_field` description in `comment_form()`. Props truongwp. Fixes #39508. git-svn-id: https://develop.svn.wordpress.org/trunk@39753 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/comment-template.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-includes/comment-template.php b/src/wp-includes/comment-template.php index c914796c08..e97229f5f6 100644 --- a/src/wp-includes/comment-template.php +++ b/src/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'. * }