Changeset 4961 for trunk/bp-friends/bp-friends-activity.php
- Timestamp:
- 08/10/2011 06:32:02 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-friends/bp-friends-activity.php
r4822 r4961 71 71 case 'friendship_accepted': 72 72 $link = bp_loggedin_user_domain() . bp_get_friends_slug() . '/my-friends/newest'; 73 73 74 74 // Set up the string and the filter 75 75 if ( (int)$total_items > 1 ) { … … 80 80 $filter = 'bp_friends_single_friendship_accepted_notification'; 81 81 } 82 82 83 83 break; 84 84 85 85 case 'friendship_request': 86 86 $link = bp_loggedin_user_domain() . bp_get_friends_slug() . '/requests?new'; 87 87 88 88 // Set up the string and the filter 89 89 if ( (int)$total_items > 1 ) { … … 94 94 $filter = 'bp_friends_single_friendship_request_notification'; 95 95 } 96 96 97 97 break; 98 98 } 99 99 100 100 // Return either an HTML link or an array, depending on the requested format 101 101 if ( 'string' == $format ) {
Note: See TracChangeset
for help on using the changeset viewer.