Changeset 13437 for trunk/src/bp-groups/screens/single/send-invites.php
- Timestamp:
- 03/18/2023 09:42:31 AM (23 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-groups/screens/single/send-invites.php
r12433 r13437 43 43 */ 44 44 do_action( 'groups_screen_group_invite', $bp->groups->current_group->id ); 45 bp_core_redirect( bp_get_group_ permalink( $bp->groups->current_group ) );45 bp_core_redirect( bp_get_group_url( $bp->groups->current_group ) ); 46 46 47 47 } elseif ( !bp_action_variable( 0 ) ) {
Note: See TracChangeset
for help on using the changeset viewer.