Changeset 6047 for trunk/bp-friends/bp-friends-activity.php
- Timestamp:
- 05/27/2012 02:37:27 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-friends/bp-friends-activity.php
r5868 r6047 80 80 switch ( $action ) { 81 81 case 'friendship_accepted': 82 $link = trailingslashit( bp_loggedin_user_domain() . bp_get_friends_slug() . '/my-friends /newest' );82 $link = trailingslashit( bp_loggedin_user_domain() . bp_get_friends_slug() . '/my-friends' ); 83 83 84 84 // Set up the string and the filter
Note: See TracChangeset
for help on using the changeset viewer.