diff --git a/wp-includes/comment-template.php b/wp-includes/comment-template.php
index 9e59ce9..e20cebc 100644
|
a
|
b
|
function comment_form( $args = array(), $post_id = null ) { |
| 2115 | 2115 | * @param string $args['comment_field'] The content of the comment textarea field. |
| 2116 | 2116 | */ |
| 2117 | 2117 | echo apply_filters( 'comment_form_field_comment', $args['comment_field'] ); |
| | 2118 | |
| | 2119 | /** |
| | 2120 | * Fires after the comment textarea in the comment form. |
| | 2121 | * |
| | 2122 | * @since 3.8 |
| | 2123 | */ |
| | 2124 | do_action( 'comment_form_after_textarea' ); |
| 2118 | 2125 | ?> |
| 2119 | 2126 | <?php echo $args['comment_notes_after']; ?> |
| 2120 | 2127 | <p class="form-submit"> |