Changeset 4419
- Timestamp:
- 05/24/2011 08:26:15 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-themes/bp-default/functions.php
r4416 r4419 440 440 <?php if ( 1 == $depth ) : ?> 441 441 · <a href="#comment-<?php comment_ID() ?>"><?php _e( 'View', 'buddypress' ) ?></a> 442 <?php else : ?>442 <?php elseif ( comments_open() ) : ?> 443 443 · <?php echo comment_reply_link( array( 'depth' => $depth, 'max_depth' => $args['max_depth'], 'reply_text' => __( 'Reply', 'buddypress' ) ) ) ?> 444 444 <?php endif; ?> 445 445 446 <?php edit_comment_link( __( 'Edit', 'buddypress' ), '· ', '' ) ?>446 <?php edit_comment_link( __( 'Edit', 'buddypress' ), '· ', '' ); ?> 447 447 </p> 448 448 </div> … … 454 454 <?php comment_text() ?> 455 455 456 <?php if ( 1 == $depth ) : ?>456 <?php if ( 1 == $depth && comments_open() ) : ?> 457 457 <div class="comment-options"> 458 458 <?php echo comment_reply_link( array( 'depth' => $depth, 'max_depth' => $args['max_depth'] ) ) ?>
Note: See TracChangeset
for help on using the changeset viewer.