- Timestamp:
- 05/29/2023 05:51:12 AM (16 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-activity/classes/class-bp-activity-component.php
r13471 r13492 506 506 */ 507 507 public function parse_query( $query ) { 508 /* 509 * If BP Rewrites are not in use, no need to parse BP URI globals another time. 510 * Legacy Parser should have already set these. 511 */ 512 if ( 'rewrites' !== bp_core_get_query_parser() ) { 513 return parent::parse_query( $query ); 514 } 515 508 516 if ( bp_is_directory_homepage( $this->id ) ) { 509 517 $query->set( $this->rewrite_ids['directory'], 1 );
Note: See TracChangeset
for help on using the changeset viewer.