Ticket #12564: comment-form-submit.diff
File comment-form-submit.diff, 1006 bytes (added by , 15 years ago) |
---|
-
wp-includes/comment-template.php
1526 1526 <?php echo apply_filters( 'comment_form_field_comment', $args['comment_field'] ); ?> 1527 1527 <?php echo $args['comment_notes_after']; ?> 1528 1528 <p class="form-submit"> 1529 <input name="submit" type="submit" id="<?php echo esc_attr( $args['id_submit'] ); ?>" tabindex="<?php echo ( count( $args['fields'] ) + 2 ); ?>" value="<?php echo esc_attr( $args['label_submit'] ); ?>" />1529 <input name="submit" <?php echo esc_attr(apply_filters('comment_form_submit','')); ?> type="submit" id="<?php echo esc_attr( $args['id_submit'] ); ?>" tabindex="<?php echo ( count( $args['fields'] ) + 2 ); ?>" value="<?php echo esc_attr( $args['label_submit'] ); ?>" /> 1530 1530 <?php comment_id_fields(); ?> 1531 1531 </p> 1532 1532 <?php do_action( 'comment_form', $post_id ); ?>