Ticket #1627: 1627.diff
| File 1627.diff, 874 bytes (added by , 16 years ago) |
|---|
-
bp-themes/bp-default/activity/entry.php
31 31 32 32 <?php if ( 'activity_comment' == bp_get_activity_action_name() ) : ?> 33 33 <div class="activity-inreplyto"> 34 <strong><?php _e( 'In reply to', 'buddypress' ) ?></strong> - <?php bp_activity_parent_content() ?> 35 <a href="<?php bp_activity_thread_permalink() ?>" class="view" title="<?php _e( 'View Thread / Permalink', 'buddypress' ) ?>">#</a> 34 <strong><?php _e( 'In reply to', 'buddypress' ) ?></strong> - <?php bp_activity_parent_content() ?> · <a href="<?php bp_activity_thread_permalink() ?>" class="view" title="<?php _e( 'View Thread / Permalink', 'buddypress' ) ?>">#</a> 36 35 </div> 37 36 <?php endif; ?>