Changeset 2168 for trunk/bp-themes/bp-sn-parent/activity/my-friends.php
- Timestamp:
- 12/14/2009 03:24:05 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-themes/bp-sn-parent/activity/my-friends.php
r2126 r2168 22 22 <h4><?php _e( 'My Friends Activity', 'buddypress' ) ?> <a href="<?php bp_activities_member_rss_link() ?>" title="<?php _e( 'RSS Feed', 'buddypress' ) ?>"><?php _e( 'RSS Feed', 'buddypress' ) ?></a></h4> 23 23 24 <?php if ( bp_has_activities( ' type=friends&per_page=25&max=500' ) ) : ?>24 <?php if ( bp_has_activities( 'user_id=' . bp_get_friend_ids() . '&per_page=25&max=500&display_comments=stream' ) ) : ?> 25 25 26 26 <div class="pagination">
Note: See TracChangeset
for help on using the changeset viewer.