- Timestamp:
- 05/29/2023 05:51:12 AM (16 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-groups/classes/class-bp-groups-component.php
r13481 r13492 1067 1067 */ 1068 1068 public function parse_query( $query ) { 1069 /* 1070 * If BP Rewrites are not in use, no need to parse BP URI globals another time. 1071 * Legacy Parser should have already set these. 1072 */ 1073 if ( 'rewrites' !== bp_core_get_query_parser() ) { 1074 return parent::parse_query( $query ); 1075 } 1076 1069 1077 if ( bp_is_directory_homepage( $this->id ) ) { 1070 1078 $query->set( $this->rewrite_ids['directory'], 1 );
Note: See TracChangeset
for help on using the changeset viewer.