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-friends-feed.php

    r2280 r2369  
    2929
    3030    <?php $friend_ids = implode( ',', friends_get_friend_user_ids( $bp->displayed_user->id ) ); ?>
    31     <?php if ( bp_has_activities( 'user_id=' . $friend_ids . '&max=50&display_comments=inline' ) ) : ?>
     31    <?php if ( bp_has_activities( 'user_id=' . $friend_ids . '&max=50&display_comments=stream' ) ) : ?>
    3232        <?php while ( bp_activities() ) : bp_the_activity(); ?>
    3333            <item>
Note: See TracChangeset for help on using the changeset viewer.