Changes between Version 2 and Version 3 of Ticket #6940, comment 6
- Timestamp:
- 04/14/2016 09:02:08 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #6940, comment 6
v2 v3 24 24 2. Modify bp_blogs_record_existing_blogs() to check the user count on a single site install and use a check similar to `wp_is_large_network( 'users' )`. If the install is large, bail. 25 25 26 I would go with patch 1 to fix this.27 28 26 For other improvements to `bp_blogs_record_existing_blogs()`, also see #6370.