Changeset 13028 for trunk/wp-includes/comment-template.php
- Timestamp:
- 02/08/2010 06:27:02 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/comment-template.php
r12859 r13028 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; ?>
Note: See TracChangeset
for help on using the changeset viewer.