Changeset 2369 for trunk/bp-activity/feeds/bp-activity-personal-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-personal-feed.php
r2280 r2369 28 28 <?php do_action('bp_activity_personal_feed_head'); ?> 29 29 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' ) ) : ?> 31 31 <?php while ( bp_activities() ) : bp_the_activity(); ?> 32 32 <item>
Note: See TracChangeset
for help on using the changeset viewer.