Changeset 5301 for trunk/bp-friends/bp-friends-screens.php
- Timestamp:
- 11/08/2011 01:14:31 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-friends/bp-friends-screens.php
r4961 r5301 55 55 global $bp; 56 56 57 if ( !$send_requests = bp_get_user_meta( $bp->displayed_user->id, 'notification_friends_friendship_request', true ) )57 if ( !$send_requests = bp_get_user_meta( bp_displayed_user_id(), 'notification_friends_friendship_request', true ) ) 58 58 $send_requests = 'yes'; 59 59 60 if ( !$accept_requests = bp_get_user_meta( $bp->displayed_user->id, 'notification_friends_friendship_accepted', true ) )60 if ( !$accept_requests = bp_get_user_meta( bp_displayed_user_id(), 'notification_friends_friendship_accepted', true ) ) 61 61 $accept_requests = 'yes'; 62 62 ?>
Note: See TracChangeset
for help on using the changeset viewer.