Changeset 13718 for trunk/src/bp-core/bp-core-functions.php
- Timestamp:
- 01/29/2024 06:31:34 PM (3 years ago)
- File:
-
- 1 edited
-
trunk/src/bp-core/bp-core-functions.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-core/bp-core-functions.php
r13705 r13718 4700 4700 function bp_is_large_install() { 4701 4701 // Use the Multisite function if available. 4702 if ( function_exists( 'wp_is_large_network') ) {4702 if ( is_multisite() ) { 4703 4703 $is_large = wp_is_large_network( 'users' ); 4704 4704 } else { … … 4871 4871 11.0, 4872 4872 12.0, 4873 14.0, 4873 4874 ); 4874 4875
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)