Changeset 13432 for trunk/src/bp-core/classes/class-bp-core.php
- Timestamp:
- 03/01/2023 08:17:11 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-core/classes/class-bp-core.php
r13431 r13432 218 218 } 219 219 220 // The domainfor the root of the site where the main blog resides.221 if ( empty( $bp->root_ domain) ) {222 $bp->root_ domain = bp_core_get_root_domain();220 // The URL for the root of the site where the main blog resides. 221 if ( empty( $bp->root_url ) ) { 222 $bp->root_url = bp_rewrites_get_root_url(); 223 223 } 224 224
Note: See TracChangeset
for help on using the changeset viewer.