Changeset 13437 for trunk/src/bp-groups/actions/leave-group.php
- Timestamp:
- 03/18/2023 09:42:31 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-groups/actions/leave-group.php
r12438 r13437 47 47 48 48 $group = groups_get_current_group(); 49 $redirect = bp_get_group_ permalink( $group );49 $redirect = bp_get_group_url( $group ); 50 50 51 51 if ( ! $group->is_visible ) { … … 78 78 * Remove invitations where the deleted user is the sender. 79 79 * We'll use groups_uninvite_user() so that notifications will be cleaned up. 80 */ 80 */ 81 81 $pending_invites = groups_get_invites( array( 82 82 'inviter_id' => $user_id,
Note: See TracChangeset
for help on using the changeset viewer.