Changeset 12304 for branches/4.0/src/bp-friends/bp-friends-functions.php
- Timestamp:
- 12/03/2018 08:53:09 PM (6 years ago)
- Location:
- branches/4.0
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/4.0
-
branches/4.0/src/bp-friends/bp-friends-functions.php
r12186 r12304 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.