Changeset 16649 for trunk/wp-includes/comment-template.php
- Timestamp:
- 12/01/2010 04:52:32 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/comment-template.php
r16613 r16649 1557 1557 <form action="<?php echo site_url( '/wp-comments-post.php' ); ?>" method="post" id="<?php echo esc_attr( $args['id_form'] ); ?>"> 1558 1558 <?php do_action( 'comment_form_top' ); ?> 1559 <?php echo $args['comment_notes_before']; ?> 1559 1560 <?php if ( is_user_logged_in() ) : ?> 1560 1561 <?php echo apply_filters( 'comment_form_logged_in', $args['logged_in_as'], $commenter, $user_identity ); ?> 1561 1562 <?php do_action( 'comment_form_logged_in_after', $commenter, $user_identity ); ?> 1562 1563 <?php else : ?> 1563 <?php echo $args['comment_notes_before']; ?>1564 1564 1565 <?php 1565 1566 do_action( 'comment_form_before_fields' );
Note: See TracChangeset
for help on using the changeset viewer.