Changeset 9037 for trunk/wp-includes/comment-template.php
- Timestamp:
- 09/30/2008 05:27:15 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/comment-template.php
r8970 r9037 1038 1038 <?php echo apply_filters('comment_text', get_comment_text()) ?> 1039 1039 1040 <div class= 'reply'>1040 <div class="reply" style="display:none"> 1041 1041 <?php echo comment_reply_link(array('add_below' => $add_below, 'depth' => $depth, 'max_depth' => $args['depth'])) ?> 1042 1042 <?php if ( 'ul' == $args['style'] ) : ?>
Note: See TracChangeset
for help on using the changeset viewer.