Changeset 12304 for branches/4.0/src/bp-blogs/bp-blogs-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-blogs/bp-blogs-functions.php
r12180 r12304 130 130 131 131 // Omit root blog if large network 132 if ( wp_is_large_network( 'users') ) {132 if ( bp_is_large_install() ) { 133 133 $sql['omit_root_blog'] = $wpdb->prepare( "AND blog_id != %d", bp_get_root_blog_id() ); 134 134 }
Note: See TracChangeset
for help on using the changeset viewer.