Skip to:
Content

BuddyPress.org

Ticket #1627: 1627.diff

File 1627.diff, 874 bytes (added by hempsworth, 16 years ago)
  • bp-themes/bp-default/activity/entry.php

     
    3131
    3232        <?php if ( 'activity_comment' == bp_get_activity_action_name() ) : ?>
    3333                <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() ?> &middot; <a href="<?php bp_activity_thread_permalink() ?>" class="view" title="<?php _e( 'View Thread / Permalink', 'buddypress' ) ?>">#</a>
    3635                </div>
    3736        <?php endif; ?>