Changeset 8941
- Timestamp:
- 09/19/2008 09:45:01 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/comment-template.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/comment-template.php
r8898 r8941 944 944 945 945 <div class='reply'> 946 <?php echo comment_reply_link(array('add_below' => 'div-comment', 'depth' => $ args['depth'], 'max_depth' => $depth)) ?>946 <?php echo comment_reply_link(array('add_below' => 'div-comment', 'depth' => $depth, 'max_depth' => $args['depth'])) ?> 947 947 <?php if ( 'list' == $args['style'] ) : ?> 948 948 </div>
Note: See TracChangeset
for help on using the changeset viewer.