Changeset 2369 for trunk/bp-activity/feeds/bp-activity-friends-feed.php
- Timestamp:
- 01/19/2010 05:51:30 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-activity/feeds/bp-activity-friends-feed.php
r2280 r2369 29 29 30 30 <?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' ) ) : ?> 32 32 <?php while ( bp_activities() ) : bp_the_activity(); ?> 33 33 <item>
Note: See TracChangeset
for help on using the changeset viewer.