Changeset 13522 for trunk/src/bp-core/bp-core-catchuri.php
- Timestamp:
- 07/20/2023 03:07:17 AM (16 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-core/bp-core-catchuri.php
r13471 r13522 564 564 */ 565 565 if ( false !== $front_page_component && bp_is_current_component( $front_page_component ) && ! bp_current_action() && ! bp_get_current_member_type() ) { 566 $bp->canonical_stack['canonical_url'] = bp_get_root_url();566 $bp->canonical_stack['canonical_url'] = trailingslashit( bp_get_root_url() ); 567 567 568 568 // Except when the front page is set to the registration page
Note: See TracChangeset
for help on using the changeset viewer.