Ticket #10910: 10910.comment_form.diff
File 10910.comment_form.diff, 625 bytes (added by , 15 years ago) |
---|
-
comment-template.php
1512 1512 <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'] ); ?>" /> 1513 1513 <?php comment_id_fields(); ?> 1514 1514 </p> 1515 <?php do_action( 'comment s_form', $post_id ); ?>1515 <?php do_action( 'comment_form', $post_id ); ?> 1516 1516 </form> 1517 1517 <?php endif; ?> 1518 1518 </div>