- Timestamp:
- 03/18/2023 09:42:31 AM (21 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-groups/screens/single/request-membership.php
r12719 r13437 33 33 } 34 34 35 bp_core_redirect( bp_get_group_ permalink( $bp->groups->current_group ) );35 bp_core_redirect( bp_get_group_url( $bp->groups->current_group ) ); 36 36 } 37 37 … … 60 60 bp_core_add_message( __( 'Your membership request was sent to the group administrator successfully. You will be notified when the group administrator responds to your request.', 'buddypress' ) ); 61 61 } 62 bp_core_redirect( bp_get_group_ permalink( $bp->groups->current_group ) );62 bp_core_redirect( bp_get_group_url( $bp->groups->current_group ) ); 63 63 } 64 64
Note: See TracChangeset
for help on using the changeset viewer.