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