Skip to:
Content

BuddyPress.org

Changeset 2363


Ignore:
Timestamp:
01/19/2010 04:07:30 PM (15 years ago)
Author:
apeatling
Message:

Fixes #1627 props hempsworth

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-themes/bp-default/activity/entry.php

    r2284 r2363  
    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() ?>
     34            <strong><?php _e( 'In reply to', 'buddypress' ) ?></strong> - <?php bp_activity_parent_content() ?> &middot;
    3535            <a href="<?php bp_activity_thread_permalink() ?>" class="view" title="<?php _e( 'View Thread / Permalink', 'buddypress' ) ?>">#</a>
    3636        </div>
Note: See TracChangeset for help on using the changeset viewer.