Changeset 12045
- Timestamp:
- 10/15/2009 09:47:35 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/comment-template.php
r11930 r12045 1256 1256 ?> 1257 1257 <<?php echo $tag ?> <?php comment_class(empty( $args['has_children'] ) ? '' : 'parent') ?> id="comment-<?php comment_ID() ?>"> 1258 <?php if ( ' ul' == $args['style'] ) : ?>1258 <?php if ( 'div' != $args['style'] ) : ?> 1259 1259 <div id="div-comment-<?php comment_ID() ?>" class="comment-body"> 1260 1260 <?php endif; ?> … … 1275 1275 <?php comment_reply_link(array_merge( $args, array('add_below' => $add_below, 'depth' => $depth, 'max_depth' => $args['max_depth']))) ?> 1276 1276 </div> 1277 <?php if ( ' ul' == $args['style'] ) : ?>1277 <?php if ( 'div' != $args['style'] ) : ?> 1278 1278 </div> 1279 1279 <?php endif; ?>
Note: See TracChangeset
for help on using the changeset viewer.