Changeset 7905 for trunk/bp-activity/bp-activity-classes.php
- Timestamp:
- 02/17/2014 01:02:25 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-activity/bp-activity-classes.php
r7901 r7905 249 249 * Default: false. 250 250 * @type string $spam Spam status. Default: 'ham_only'. 251 * @type bool $update_meta_cache Whether to pre-fetch metadata for 252 * queried activity items. Default: true. 251 253 * } 252 254 * @return array The array returned has two keys: … … 431 433 } 432 434 433 if ( ! empty( $activity_ids )) {435 if ( ! empty( $activity_ids ) && $update_meta_cache ) { 434 436 bp_activity_update_meta_cache( $activity_ids ); 435 437 }
Note: See TracChangeset
for help on using the changeset viewer.