Make WordPress Core

Changeset 9209


Ignore:
Timestamp:
10/16/2008 08:22:53 PM (15 years ago)
Author:
ryan
Message:

Pass args from Walker to comment_reply_link(). Props Otto42. fixes #7901

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/comment-template.php

    r9207 r9209  
    10851085
    10861086        <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']))) ?>
    10881088        <?php if ( 'ul' == $args['style'] ) : ?>
    10891089        </div>
Note: See TracChangeset for help on using the changeset viewer.