Changeset 1518 for trunk/bp-friends/bp-friends-notifications.php
- Timestamp:
- 06/05/2009 09:29:24 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-friends/bp-friends-notifications.php
r1366 r1518 4 4 global $bp; 5 5 6 $initiator_name = bp_ fetch_user_fullname( $initiator_id, false);6 $initiator_name = bp_core_get_user_displayname( $initiator_id ); 7 7 8 8 if ( 'no' == get_usermeta( (int)$friend_id, 'notification_friends_friendship_request' ) ) … … 43 43 $friendship = new BP_Friends_Friendship( $friendship_id, false, false ); 44 44 45 $friend_name = bp_ fetch_user_fullname( $friend_id, false);45 $friend_name = bp_core_get_user_displayname( $friend_id ); 46 46 47 47 if ( 'no' == get_usermeta( (int)$initiator_id, 'notification_friends_friendship_accepted' ) )
Note: See TracChangeset
for help on using the changeset viewer.