Changeset 10683
- Timestamp:
- 03/23/2016 05:12:36 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.5/src/bp-friends/bp-friends-notifications.php
r10587 r10683 60 60 */ 61 61 function friends_notification_accepted_request( $friendship_id, $initiator_id, $friend_id ) { 62 if ( 'no' == bp_get_user_meta( (int) $initiator_id, 'notification_friends_friendship_accepted', true ) ) { 62 $initiator_id = (int) $initiator_id; 63 64 if ( 'no' == bp_get_user_meta( $initiator_id, 'notification_friends_friendship_accepted', true ) ) { 63 65 return; 64 66 }
Note: See TracChangeset
for help on using the changeset viewer.