- Timestamp:
- 06/18/2023 04:11:04 AM (19 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-templates/bp-nouveau/includes/activity/ajax.php
r13442 r13503 115 115 116 116 if ( 1 === $fav_count ) { 117 $activity_slug = bp_nouveau_get_component_slug( 'activity' ); 118 $custom_activity_slug = bp_rewrites_get_slug( 'members', 'member_' . $activity_slug, $activity_slug ); 119 $activity_favorites_url = bp_loggedin_user_url( 120 array( 121 'single_item_component' => $custom_activity_slug, 122 'single_item_action' => bp_rewrites_get_slug( 'members', 'member_' . $activity_slug . '_favorites', 'favorites' ), 123 ) 124 ); 117 $activity_favorites_url = bp_loggedin_user_url( bp_members_get_path_chunks( array( bp_nouveau_get_component_slug( 'activity' ), 'favorites' ) ) ); 125 118 126 119 $response['directory_tab'] = '<li id="activity-favorites" data-bp-scope="favorites" data-bp-object="activity">
Note: See TracChangeset
for help on using the changeset viewer.