Changeset 4605 for trunk/bp-friends/bp-friends-cache.php
- Timestamp:
- 07/04/2011 05:50:22 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-friends/bp-friends-cache.php
r3917 r4605 20 20 21 21 if ( isset( $_GET['new'] ) ) 22 bp_ members_delete_notifications_by_type( $bp->loggedin_user->id, $bp->friends->id, 'friendship_accepted' );22 bp_core_delete_notifications_by_type( $bp->loggedin_user->id, $bp->friends->id, 'friendship_accepted' ); 23 23 } 24 24 add_action( 'bp_activity_screen_my_activity', 'friends_clear_friend_notifications' );
Note: See TracChangeset
for help on using the changeset viewer.