Changeset 13503 for trunk/src/bp-groups/actions/leave-group.php
- Timestamp:
- 06/18/2023 04:11:04 AM (2 years ago)
- File:
-
- 1 edited
-
trunk/src/bp-groups/actions/leave-group.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-groups/actions/leave-group.php
r13441 r13503 50 50 51 51 if ( ! $group->is_visible ) { 52 $groups_slug = bp_get_groups_slug(); 53 $redirect = bp_loggedin_user_url( 54 array( 55 'single_item_component' => bp_rewrites_get_slug( 'members', 'member_' . $groups_slug, $groups_slug ), 56 ) 57 ); 52 $redirect = bp_loggedin_user_url( bp_members_get_path_chunks( array( bp_get_groups_slug() ) ) ); 58 53 } 59 54
Note: See TracChangeset
for help on using the changeset viewer.