- Timestamp:
- 06/18/2023 04:11:04 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-members/actions/invitations-bulk-manage.php
r13443 r13503 77 77 } 78 78 79 $invite_slug = bp_get_members_invitations_slug(); 80 $action_slug = bp_current_action(); 81 $action_rewrite_id = str_replace( '-', '_', $action_slug ); 82 83 $path_chunks = array( 84 'single_item_component' => bp_rewrites_get_slug( 'members', 'member_' . $invite_slug, $invite_slug ), 85 'single_item_action' => bp_rewrites_get_slug( 'members', 'member_' . $invite_slug . '_' . $action_rewrite_id, $action_slug ), 86 ); 79 $invite_slug = bp_get_members_invitations_slug(); 80 $action_slug = bp_current_action(); 81 $path_chunks = bp_members_get_path_chunks( array( $invite_slug, $action_slug ) ); 87 82 88 83 // Redirect.
Note: See TracChangeset
for help on using the changeset viewer.