Ticket #34973: comment-template.patch
| File comment-template.patch, 490 bytes (added by , 10 years ago) |
|---|
-
wp-includes/comment-template.php
2169 2169 $comment_fields = array( 'comment' => $args['comment_field'] ) + (array) $args['fields']; 2170 2170 2171 2171 /** 2172 * Filter the comment form fields .2172 * Filter the comment form fields, including the textarea. 2173 2173 * 2174 2174 * @since 4.4.0 2175 2175 *