Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
01/20/2010 04:21:20 PM (16 years ago)
Author:
apeatling
Message:

Standardizing activity stream fields and splitting the action from the content for better manageability.

File:
1 edited

Legend:

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

    r2363 r2381  
    3030    </div>
    3131
    32     <?php if ( 'activity_comment' == bp_get_activity_action_name() ) : ?>
     32    <?php if ( 'activity_comment' == bp_get_activity_type() ) : ?>
    3333        <div class="activity-inreplyto">
    3434            <strong><?php _e( 'In reply to', 'buddypress' ) ?></strong> - <?php bp_activity_parent_content() ?> &middot;
Note: See TracChangeset for help on using the changeset viewer.