Changeset 8005 for trunk/bp-activity/bp-activity-classes.php
- Timestamp:
- 02/28/2014 01:49:15 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-activity/bp-activity-classes.php
r8003 r8005 895 895 } 896 896 897 $comments = wp_cache_get( 'bp_activity_comments_' . $activity_id, 'bp' );897 $comments = wp_cache_get( $activity_id, 'bp_activity_comments' ); 898 898 899 899 // We store the string 'none' to cache the fact that the … … 970 970 } 971 971 972 wp_cache_set( 'bp_activity_comments_' . $activity_id, $cache_value, 'bp' );972 wp_cache_set( $activity_id, $cache_value, 'bp_activity_comments' ); 973 973 } 974 974
Note: See TracChangeset
for help on using the changeset viewer.