Make WordPress Core


Ignore:
Timestamp:
09/30/2008 05:27:15 PM (17 years ago)
Author:
ryan
Message:

Hide reply link by default. Enable with JS. Props Viper007Bond. see #7635

File:
1 edited

Legend:

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

    r8970 r9037  
    10381038        <?php echo apply_filters('comment_text', get_comment_text()) ?>
    10391039
    1040         <div class='reply'>
     1040        <div class="reply" style="display:none">
    10411041        <?php echo comment_reply_link(array('add_below' => $add_below, 'depth' => $depth, 'max_depth' => $args['depth'])) ?>
    10421042        <?php if ( 'ul' == $args['style'] ) : ?>
Note: See TracChangeset for help on using the changeset viewer.