Changeset 9209
- Timestamp:
- 10/16/2008 08:22:53 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/comment-template.php
r9207 r9209 1085 1085 1086 1086 <div class="reply"> 1087 <?php echo comment_reply_link(array ('add_below' => $add_below, 'depth' => $depth, 'max_depth' => $args['depth'])) ?>1087 <?php echo comment_reply_link(array_merge( $args, array('add_below' => $add_below, 'depth' => $depth, 'max_depth' => $args['depth']))) ?> 1088 1088 <?php if ( 'ul' == $args['style'] ) : ?> 1089 1089 </div>
Note: See TracChangeset
for help on using the changeset viewer.