- 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/edit-details.php
r12381 r13446 54 54 do_action( 'groups_group_details_edited', $bp->groups->current_group->id ); 55 55 56 bp_core_redirect( bp_get_group_permalink( groups_get_current_group() ) . 'admin/edit-details/' ); 56 $redirect = bp_get_group_manage_url( 57 groups_get_current_group(), 58 bp_groups_get_path_chunks( array( 'edit-details' ), 'manage' ) 59 ); 60 61 bp_core_redirect( $redirect ); 57 62 } 58 63
Note: See TracChangeset
for help on using the changeset viewer.