Ticket #14510: comment-template.patch
| File comment-template.patch, 967 bytes (added by , 15 years ago) |
|---|
-
wp-includes/comment-template.php
1561 1561 <?php else : ?> 1562 1562 <form action="<?php echo site_url( '/wp-comments-post.php' ); ?>" method="post" id="<?php echo esc_attr( $args['id_form'] ); ?>"> 1563 1563 <?php do_action( 'comment_form_top' ); ?> 1564 <?php echo $args['comment_notes_before']; ?> 1564 1565 <?php if ( is_user_logged_in() ) : ?> 1565 1566 <?php echo apply_filters( 'comment_form_logged_in', $args['logged_in_as'], $commenter, $user_identity ); ?> 1566 1567 <?php do_action( 'comment_form_logged_in_after', $commenter, $user_identity ); ?> 1567 1568 <?php else : ?> 1568 <?php echo $args['comment_notes_before']; ?>1569 1569 1570 <?php 1570 1571 do_action( 'comment_form_before_fields' ); 1571 1572 foreach ( (array) $args['fields'] as $name => $field ) {