Changeset 43306 for branches/4.9
- Timestamp:
- 05/21/2018 01:16:37 PM (6 years ago)
- Location:
- branches/4.9
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/4.9
-
branches/4.9/src/wp-includes/comment-template.php
r43130 r43306 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 { … … 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.
Note: See TracChangeset
for help on using the changeset viewer.