Changeset 8996 for trunk/src/bp-activity/bp-activity-functions.php
- Timestamp:
- 09/09/2014 10:27:44 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-activity/bp-activity-functions.php
r8990 r8996 1227 1227 // If this is an activity comment, rebuild the tree 1228 1228 if ( 'activity_comment' === $activity->type ) { 1229 // Also clear the comment cache for the parent activity ID 1230 wp_cache_delete( $activity->item_id, 'bp_activity_comments' ); 1231 1229 1232 BP_Activity_Activity::rebuild_activity_comment_tree( $activity->item_id ); 1230 1233 }
Note: See TracChangeset
for help on using the changeset viewer.