From 46029e674a50cdbd701848da2d3916da3e96fe63 Mon Sep 17 00:00:00 2001 From: Drew Jaynes Date: Sun, 7 Feb 2016 08:04:15 +0000 Subject: [PATCH] Docs: Add a changelog entry for the introduction of maxlength character limits for the 'author', 'email', and 'url' fields in `comment_form()`. Introduced in [36272]. See #10377. See #32246. git-svn-id: https://develop.svn.wordpress.org/trunk@36499 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/comment-template.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/wp-includes/comment-template.php b/src/wp-includes/comment-template.php index a1093b74ac..29625d5300 100644 --- a/src/wp-includes/comment-template.php +++ b/src/wp-includes/comment-template.php @@ -2056,6 +2056,8 @@ function wp_list_comments( $args = array(), $comments = null ) { * @since 4.2.0 Introduced the 'submit_button' and 'submit_fields' arguments. * @since 4.4.0 Introduced the 'class_form', 'title_reply_before', 'title_reply_after', * 'cancel_reply_before', and 'cancel_reply_after' arguments. + * @since 4.5.0 The 'author', 'email', and 'url' form fields are limited to 245, 100, + * and 200 characters, respectively. * * @param array $args { * Optional. Default arguments and form fields to override.