Changes between Initial Version and Version 1 of Ticket #6370
- Timestamp:
- 04/13/2015 05:56:28 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #6370 – Description
initial v1 2 2 3 3 Attached patch improves the function by: 4 * Supporting `'limit'` and `'offset'` in the initial blog query. 4 5 * Saving the offset just in case the function hangs so the function can be resumed from that offset on the next run. 5 * Support spassing selected blog IDs in case a dev wants to re-record specific blogs6 * Supporting passing selected blog IDs in case a dev wants to re-record specific blogs 6 7 * Fixing blog count caches by using `bp_blogs_clear_blog_object_cache()` 7 8 * Giving each blog a better last activity timestamp by using the `last_updated` column from the `wp_blogs` column