Make WordPress Core


Ignore:
Timestamp:
02/07/2016 08:04:15 AM (8 years ago)
Author:
DrewAPicture
Message:

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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/comment-template.php

    r36425 r36499  
    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 {
Note: See TracChangeset for help on using the changeset viewer.