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
This commit is contained in:
Sergey Biryukov 2017-01-07 14:50:55 +00:00
parent 42ffa7185e
commit ddbbd3e8a8
1 changed files with 1 additions and 1 deletions

View File

@ -2158,7 +2158,7 @@ function wp_list_comments( $args = array(), $comments = null ) {
* @type string $submit_button HTML format for the Submit button. * @type string $submit_button HTML format for the Submit button.
* Default: '<input name="%1$s" type="submit" id="%2$s" class="%3$s" value="%4$s" />'. * Default: '<input name="%1$s" type="submit" id="%2$s" class="%3$s" value="%4$s" />'.
* @type string $submit_field HTML format for the markup surrounding the Submit button and comment hidden * @type string $submit_field HTML format for the markup surrounding the Submit button and comment hidden
* fields. Default: '<p class="form-submit">%1$s %2$s</a>', where %1$s is the * fields. Default: '<p class="form-submit">%1$s %2$s</p>', where %1$s is the
* submit button markup and %2$s is the comment hidden fields. * submit button markup and %2$s is the comment hidden fields.
* @type string $format The comment form format. Default 'xhtml'. Accepts 'xhtml', 'html5'. * @type string $format The comment form format. Default 'xhtml'. Accepts 'xhtml', 'html5'.
* } * }