Make WordPress Core

Ticket #44125: 44125.3.diff

File 44125.3.diff, 646 bytes (added by chetan200891, 8 years ago)

Added @since for cookies field to the comment_form() docblock.l

  • src/wp-includes/comment-template.php

    diff --git a/src/wp-includes/comment-template.php b/src/wp-includes/comment-template.php
    index 5c3f0b7..b342145 100644
    a b function wp_list_comments( $args = array(), $comments = null ) { 
    21872187 * @since 4.5.0 The 'author', 'email', and 'url' form fields are limited to 245, 100,
    21882188 *              and 200 characters, respectively.
    21892189 * @since 4.6.0 Introduced the 'action' argument.
     2190 * @since 4.9.6 Introduced the default comment 'cookies' field.
    21902191 *
    21912192 * @param array       $args {
    21922193 *     Optional. Default arguments and form fields to override.