Changeset 10961
- Timestamp:
- 04/16/2009 10:15:12 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/comment-template.php
r10953 r10961 1232 1232 <<?php echo $tag ?> <?php comment_class(empty( $args['has_children'] ) ? '' : 'parent') ?> id="comment-<?php comment_ID() ?>"> 1233 1233 <?php if ( 'ul' == $args['style'] ) : ?> 1234 <div id="div-comment-<?php comment_ID() ?>" >1234 <div id="div-comment-<?php comment_ID() ?>" class="comment-body"> 1235 1235 <?php endif; ?> 1236 1236 <div class="comment-author vcard">
Note: See TracChangeset
for help on using the changeset viewer.