Changeset 8595
- Timestamp:
- 07/11/2014 08:22:23 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-blogs/bp-blogs-functions.php
r8593 r8595 123 123 // Loop through users of blogs and record the relationship 124 124 foreach ( (array) $blog_ids as $blog_id ) { 125 125 126 // Ensure that the cache is clear after the table TRUNCATE above 127 wp_cache_delete( $blog_id, 'blog_meta' ); 128 126 129 // Get all users 127 130 $all_users = get_users( array(
Note: See TracChangeset
for help on using the changeset viewer.