Changeset 13503 for trunk/src/bp-activity/screens/permalink.php
- Timestamp:
- 06/18/2023 04:11:04 AM (23 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-activity/screens/permalink.php
r13446 r13503 39 39 // Do not redirect at default. 40 40 $redirect = false; 41 $path_chunks = array( 42 'single_item_component' => bp_rewrites_get_slug( 'members', 'member_activity', bp_get_activity_slug() ), 43 'single_item_action' => $activity->id, 44 ); 41 $path_chunks = bp_members_get_path_chunks( array( bp_get_activity_slug(), $activity->id ) ); 45 42 46 43 // Redirect based on the type of activity.
Note: See TracChangeset
for help on using the changeset viewer.