Changeset 5416 for trunk/bp-friends/bp-friends-activity.php
- Timestamp:
- 11/29/2011 10:18:26 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-friends/bp-friends-activity.php
r5302 r5416 70 70 switch ( $action ) { 71 71 case 'friendship_accepted': 72 $link = bp_loggedin_user_domain() . bp_get_friends_slug() . '/my-friends/newest';72 $link = trailingslashit( bp_loggedin_user_domain() . bp_get_friends_slug() . '/my-friends/newest' ); 73 73 74 74 // Set up the string and the filter … … 84 84 85 85 case 'friendship_request': 86 $link = bp_loggedin_user_domain() . bp_get_friends_slug() . '/requests ?new';86 $link = bp_loggedin_user_domain() . bp_get_friends_slug() . '/requests/?new'; 87 87 88 88 // Set up the string and the filter
Note: See TracChangeset
for help on using the changeset viewer.