- Timestamp:
- 04/04/2023 01:06:03 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-groups/screens/single/admin/group-settings.php
r12694 r13446 84 84 do_action( 'groups_group_settings_edited', $bp->groups->current_group->id ); 85 85 86 bp_core_redirect( bp_get_group_permalink( groups_get_current_group() ) . 'admin/group-settings/' ); 86 $redirect = bp_get_group_manage_url( 87 groups_get_current_group(), 88 bp_groups_get_path_chunks( array( 'group-settings' ), 'manage' ) 89 ); 90 91 bp_core_redirect( $redirect ); 87 92 } 88 93
Note: See TracChangeset
for help on using the changeset viewer.