From b45a6228d0cc012a679b2f77c8a51986307998e2 Mon Sep 17 00:00:00 2001 From: Drew Jaynes Date: Sun, 7 Feb 2016 08:05:27 +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. Built from https://develop.svn.wordpress.org/trunk@36499 git-svn-id: http://core.svn.wordpress.org/trunk@36466 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/comment-template.php | 2 ++ wp-includes/version.php | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/wp-includes/comment-template.php b/wp-includes/comment-template.php index a1093b74ac..29625d5300 100644 --- a/wp-includes/comment-template.php +++ b/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. diff --git a/wp-includes/version.php b/wp-includes/version.php index 71f49e4df1..61e01436f6 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.5-alpha-36498'; +$wp_version = '4.5-alpha-36499'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.