Changeset 5302 for trunk/bp-friends/bp-friends-screens.php
- Timestamp:
- 11/08/2011 01:24:47 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-friends/bp-friends-screens.php
r5301 r5302 13 13 14 14 // Delete any friendship acceptance notifications for the user when viewing a profile 15 bp_core_delete_notifications_by_type( $bp->loggedin_user->id, $bp->friends->id, 'friendship_accepted' );15 bp_core_delete_notifications_by_type( bp_loggedin_user_id(), $bp->friends->id, 'friendship_accepted' ); 16 16 17 17 do_action( 'friends_screen_my_friends' );
Note: See TracChangeset
for help on using the changeset viewer.