~canonical-sysadmins/wordpress/5.0.2

« back to all changes in this revision

Viewing changes to wp-includes/comment-template.php

  • Committer: Barry Price
  • Date: 2018-07-06 10:06:19 UTC
  • mfrom: (1.2.6 upstream)
  • Revision ID: barry.price@canonical.com-20180706100619-g8mbdb7wvr0aamb5
Merge WP4.9.7 from upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
2123
2123
 * @since 4.5.0 The 'author', 'email', and 'url' form fields are limited to 245, 100,
2124
2124
 *              and 200 characters, respectively.
2125
2125
 * @since 4.6.0 Introduced the 'action' argument.
 
2126
 * @since 4.9.6 Introduced the 'cookies' default comment field.
2126
2127
 *
2127
2128
 * @param array       $args {
2128
2129
 *     Optional. Default arguments and form fields to override.
2130
2131
 *     @type array $fields {
2131
2132
 *         Default comment fields, filterable by default via the {@see 'comment_form_default_fields'} hook.
2132
2133
 *
2133
 
 *         @type string $author Comment author field HTML.
2134
 
 *         @type string $email  Comment author email field HTML.
2135
 
 *         @type string $url    Comment author URL field HTML.
 
2134
 *         @type string $author  Comment author field HTML.
 
2135
 *         @type string $email   Comment author email field HTML.
 
2136
 *         @type string $url     Comment author URL field HTML.
 
2137
 *         @type string $cookies Comment cookie opt-in field HTML.
2136
2138
 *     }
2137
2139
 *     @type string $comment_field        The comment textarea field HTML.
2138
2140
 *     @type string $must_log_in          HTML element for a 'must be logged in to comment' message.