Changeset 9102
- Timestamp:
- 10/29/2014 05:19:09 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-friends/bp-friends-functions.php
r9101 r9102 580 580 } 581 581 582 // Bail out if the site has a ton of users. 583 if ( is_multisite() && wp_is_large_network( 'users' ) ) { 584 return; 585 } 586 587 if ( friends_get_total_friend_count( get_current_user_id() ) > 150 ) { 588 return; 589 } 590 582 591 $friends_query = array( 583 592 'count_total' => '', // Prevents total count
Note: See TracChangeset
for help on using the changeset viewer.