Changeset 12873 for trunk/src/bp-groups/bp-groups-functions.php
- Timestamp:
- 03/23/2021 11:31:33 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-groups/bp-groups-functions.php
r12852 r12873 2045 2045 // If a new request was created, send the emails. 2046 2046 if ( $request_id && is_int( $request_id ) ) { 2047 $invites_class->send_request_notification_by_id( $request_id );2047 $invites_class->send_request_notification_by_id( $request_id, $r ); 2048 2048 $admins = groups_get_group_admins( $r['group_id'] ); 2049 2049
Note: See TracChangeset
for help on using the changeset viewer.