Changeset 5301 for trunk/bp-friends/bp-friends-functions.php
- Timestamp:
- 11/08/2011 01:14:31 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-friends/bp-friends-functions.php
r4961 r5301 58 58 59 59 // Remove the activity stream item for the user who canceled the friendship 60 friends_delete_activity( array( 'item_id' => $friendship_id, 'type' => 'friendship_accepted', 'user_id' => $bp->displayed_user->id) );60 friends_delete_activity( array( 'item_id' => $friendship_id, 'type' => 'friendship_accepted', 'user_id' => bp_displayed_user_id() ) ); 61 61 62 62 do_action( 'friends_friendship_deleted', $friendship_id, $initiator_userid, $friend_userid ); … … 152 152 153 153 if ( !$user_id ) 154 $user_id = ( $bp->displayed_user->id ) ? $bp->displayed_user->id: $bp->loggedin_user->id;154 $user_id = ( bp_displayed_user_id() ) ? bp_displayed_user_id() : $bp->loggedin_user->id; 155 155 156 156 if ( !$count = wp_cache_get( 'bp_total_friend_count_' . $user_id, 'bp' ) ) {
Note: See TracChangeset
for help on using the changeset viewer.