Changeset 5301 for trunk/bp-activity/feeds/bp-activity-personal-feed.php
- Timestamp:
- 11/08/2011 01:14:31 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-activity/feeds/bp-activity-personal-feed.php
r5109 r5301 34 34 <?php do_action('bp_activity_personal_feed_head'); ?> 35 35 36 <?php if ( bp_has_activities( 'user_id=' . $bp->displayed_user->id. '&max=50&display_comments=stream' ) ) : ?>36 <?php if ( bp_has_activities( 'user_id=' . bp_displayed_user_id() . '&max=50&display_comments=stream' ) ) : ?> 37 37 <?php while ( bp_activities() ) : bp_the_activity(); ?> 38 38 <item>
Note: See TracChangeset
for help on using the changeset viewer.