- Timestamp:
- 01/05/2024 03:50:01 AM (14 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/12.0/src/bp-groups/classes/class-bp-groups-component.php
r13525 r13690 1065 1065 } 1066 1066 1067 if ( home_url( '/' ) === bp_get_requested_url() && bp_is_directory_homepage( $this->id ) ) {1067 if ( bp_is_site_home() && bp_is_directory_homepage( $this->id ) ) { 1068 1068 $query->set( $this->rewrite_ids['directory'], 1 ); 1069 1069 }
Note: See TracChangeset
for help on using the changeset viewer.