Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
01/19/2010 05:51:30 PM (16 years ago)
Author:
apeatling
Message:

Fixing @mentions in activity comments. Fixing mixup of inline vs stream setting.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-activity/feeds/bp-activity-personal-feed.php

    r2280 r2369  
    2828    <?php do_action('bp_activity_personal_feed_head'); ?>
    2929
    30     <?php if ( bp_has_activities( 'user_id=' . $bp->displayed_user->id . '&max=50&display_comments=inline' ) ) : ?>
     30    <?php if ( bp_has_activities( 'user_id=' . $bp->displayed_user->id . '&max=50&display_comments=stream' ) ) : ?>
    3131        <?php while ( bp_activities() ) : bp_the_activity(); ?>
    3232            <item>
Note: See TracChangeset for help on using the changeset viewer.