Make WordPress Core

Ticket #26395: comment-form.patch

File comment-form.patch, 730 bytes (added by pross, 11 years ago)
  • wp-includes/comment-template.php

    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 ) { 
    21152115                                                 * @param string $args['comment_field'] The content of the comment textarea field.
    21162116                                                 */
    21172117                                                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' );                                             
    21182125                                                ?>
    21192126                                                <?php echo $args['comment_notes_after']; ?>
    21202127                                                <p class="form-submit">