Changeset 13312 for trunk/src/bp-groups/bp-groups-activity.php
- Timestamp:
- 08/13/2022 08:21:06 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-groups/bp-groups-activity.php
r13108 r13312 890 890 891 891 // Check the time period, and maybe delete their recent group activity. 892 if ( time() <= strtotime( '+5 minutes', (int) strtotime( $membership->date_modified ) ) ) {892 if ( $membership->date_modified && time() <= strtotime( '+5 minutes', (int) strtotime( $membership->date_modified ) ) ) { 893 893 bp_activity_delete( array( 894 894 'component' => buddypress()->groups->id,
Note: See TracChangeset
for help on using the changeset viewer.