Changeset 12303 for trunk/src/bp-friends/bp-friends-functions.php
- Timestamp:
- 12/03/2018 08:51:15 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-friends/bp-friends-functions.php
r12186 r12303 782 782 783 783 // Bail out if the site has a ton of users. 784 if ( is_multisite() && wp_is_large_network( 'users') ) {784 if ( bp_is_large_install() ) { 785 785 return; 786 786 }
Note: See TracChangeset
for help on using the changeset viewer.