Changeset 14150 for branches/14.0/src/bp-core/bp-core-template-loader.php
- Timestamp:
- 12/16/2025 04:29:43 PM (5 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/14.0/src/bp-core/bp-core-template-loader.php
r13903 r14150 594 594 $url_query_chunks = bp_parse_args( $GLOBALS['wp']->query_string, array() ); 595 595 $directory = key( $url_query_chunks ); 596 if ( isset( $ bp_directories[ $directory ] ) ) {596 if ( isset( $directory, $bp_directories[ $directory ] ) ) { 597 597 $url_query_chunks[ $directory ] = $bp_directories[ $directory ]; 598 598 }
Note: See TracChangeset
for help on using the changeset viewer.