Changeset 43304
- Timestamp:
- 05/21/2018 01:12:16 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/comment-template.php
r43125 r43304 2188 2188 * and 200 characters, respectively. 2189 2189 * @since 4.6.0 Introduced the 'action' argument. 2190 * @since 4.9.6 Introduced the 'cookies' default comment field. 2190 2191 * 2191 2192 * @param array $args { … … 2195 2196 * Default comment fields, filterable by default via the {@see 'comment_form_default_fields'} hook. 2196 2197 * 2197 * @type string $author Comment author field HTML. 2198 * @type string $email Comment author email field HTML. 2199 * @type string $url Comment author URL field HTML. 2198 * @type string $author Comment author field HTML. 2199 * @type string $email Comment author email field HTML. 2200 * @type string $url Comment author URL field HTML. 2201 * @type string $cookies Comment cookie opt-in field HTML. 2200 2202 * } 2201 2203 * @type string $comment_field The comment textarea field HTML.
Note: See TracChangeset
for help on using the changeset viewer.