Changeset 12186 for trunk/src/bp-friends/bp-friends-functions.php
- Timestamp:
- 07/10/2018 05:05:15 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-friends/bp-friends-functions.php
r12160 r12186 115 115 */ 116 116 do_action( 'friends_before_friendship_delete', $friendship_id, $initiator_userid, $friend_userid ); 117 118 // Remove the activity stream items about the friendship id.119 friends_delete_activity( array( 'item_id' => $friendship_id, 'type' => 'friendship_created', 'user_id' => 0 ) );120 117 121 118 /**
Note: See TracChangeset
for help on using the changeset viewer.