Skip to content

Commit 46029e6

Browse files
committed
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 WordPress#10377. See #32246. git-svn-id: https://develop.svn.wordpress.org/trunk@36499 602fd350-edb4-49c9-b593-d223f7449a82
1 parent 305d44d commit 46029e6

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/wp-includes/comment-template.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2056,6 +2056,8 @@ function wp_list_comments( $args = array(), $comments = null ) {
20562056
* @since 4.2.0 Introduced the 'submit_button' and 'submit_fields' arguments.
20572057
* @since 4.4.0 Introduced the 'class_form', 'title_reply_before', 'title_reply_after',
20582058
* 'cancel_reply_before', and 'cancel_reply_after' arguments.
2059+
* @since 4.5.0 The 'author', 'email', and 'url' form fields are limited to 245, 100,
2060+
* and 200 characters, respectively.
20592061
*
20602062
* @param array $args {
20612063
* Optional. Default arguments and form fields to override.

0 commit comments

Comments
 (0)