CARVIEW |
Select Language
HTTP/2 200
server: nginx
date: Fri, 10 Oct 2025 11:49:14 GMT
content-type: text/html;charset=utf-8
vary: Accept-Encoding
etag: W/"anonymous/Thu, 04 Feb 2010 03:11:22 GMT/False"
cache-control: must-revalidate
expires: Fri, 01 Jan 1999 00:00:00 GMT
alt-svc: h3=":443"; ma=86400
strict-transport-security: max-age=31536000
x-frame-options: SAMEORIGIN
content-encoding: gzip
10910.comment_form.diff on Ticket #10910 – Attachment
– WordPress Trac
Ticket #10910: 10910.comment_form.diff
File 10910.comment_form.diff, 625 bytes (added by greenshady, 16 years ago) |
---|
Use comment_form hook. |
-
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>