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 ) { |
| 2187 | 2187 | * @since 4.5.0 The 'author', 'email', and 'url' form fields are limited to 245, 100, |
| 2188 | 2188 | * and 200 characters, respectively. |
| 2189 | 2189 | * @since 4.6.0 Introduced the 'action' argument. |
| | 2190 | * @since 4.9.6 Introduced the default comment 'cookies' field. |
| 2190 | 2191 | * |
| 2191 | 2192 | * @param array $args { |
| 2192 | 2193 | * Optional. Default arguments and form fields to override. |