Changeset 13309 for trunk/src/bp-activity/bp-activity-functions.php
- Timestamp:
- 08/08/2022 09:24:03 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-activity/bp-activity-functions.php
r13305 r13309 2064 2064 2065 2065 // If this is an activity comment, rebuild the tree. 2066 if ( 'activity_comment' === $activity->type ) {2066 if ( 'activity_comment' === $activity->type && ! empty( $activity->item_id ) ) { 2067 2067 // Also clear the comment cache for the parent activity ID. 2068 2068 wp_cache_delete( $activity->item_id, 'bp_activity_comments' );
Note: See TracChangeset
for help on using the changeset viewer.