Changeset 8963 for trunk/wp-includes/comment-template.php
- Timestamp:
- 09/24/2008 04:57:17 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/comment-template.php
r8962 r8963 952 952 ?> 953 953 <<?php echo $tag ?> <?php comment_class() ?> id="comment-<?php comment_ID() ?>"> 954 <?php if ( ' list' == $args['style'] ) : ?>954 <?php if ( 'ul' == $args['style'] ) : ?> 955 955 <div id="div-comment-<?php comment_ID() ?>"> 956 956 <?php endif; ?> … … 970 970 <div class='reply'> 971 971 <?php echo comment_reply_link(array('add_below' => $add_below, 'depth' => $depth, 'max_depth' => $args['depth'])) ?> 972 <?php if ( ' list' == $args['style'] ) : ?>972 <?php if ( 'ul' == $args['style'] ) : ?> 973 973 </div> 974 974 <?php endif; ?>
Note: See TracChangeset
for help on using the changeset viewer.