Changeset 5302 for trunk/bp-friends/bp-friends-cache.php
- Timestamp:
- 11/08/2011 01:24:47 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-friends/bp-friends-cache.php
r4961 r5302 22 22 23 23 if ( isset( $_GET['new'] ) ) 24 bp_core_delete_notifications_by_type( $bp->loggedin_user->id, $bp->friends->id, 'friendship_accepted' );24 bp_core_delete_notifications_by_type( bp_loggedin_user_id(), $bp->friends->id, 'friendship_accepted' ); 25 25 } 26 26 add_action( 'bp_activity_screen_my_activity', 'friends_clear_friend_notifications' );
Note: See TracChangeset
for help on using the changeset viewer.