- Timestamp:
- 04/08/2023 06:31:46 AM (20 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-templates/bp-legacy/buddypress-functions.php
r13446 r13449 1424 1424 1425 1425 if ( bp_is_current_action( 'create' ) ) { 1426 $uninvite_url = bp_get_groups_directory_permalink() . 'create/step/group-invites/?user_id=' . $friend_id; 1426 $uninvite_url = add_query_arg( 1427 'user_id', 1428 $user_id, 1429 bp_get_groups_directory_url( bp_groups_get_path_chunks( array( 'group-invites' ), 'create' ) ) 1430 ); 1427 1431 } else { 1428 1432 $path_chunks = bp_groups_get_path_chunks( array( 'send-invites', 'remove', $friend_id ) );
Note: See TracChangeset
for help on using the changeset viewer.