Changeset 7537 for trunk/bp-friends/bp-friends-screens.php
- Timestamp:
- 11/08/2013 07:53:56 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-friends/bp-friends-screens.php
r7529 r7537 18 18 19 19 // Delete any friendship acceptance notifications for the user when viewing a profile 20 bp_core_mark_ all_notifications_by_type( bp_loggedin_user_id(), buddypress()->friends->id, 'friendship_accepted' );20 bp_core_mark_notifications_by_type( bp_loggedin_user_id(), buddypress()->friends->id, 'friendship_accepted' ); 21 21 22 22 do_action( 'friends_screen_my_friends' ); … … 63 63 64 64 if ( isset( $_GET['new'] ) ) { 65 bp_core_mark_ all_notifications_by_type( bp_loggedin_user_id(), buddypress()->friends->id, 'friendship_request' );65 bp_core_mark_notifications_by_type( bp_loggedin_user_id(), buddypress()->friends->id, 'friendship_request' ); 66 66 } 67 67
Note: See TracChangeset
for help on using the changeset viewer.