Changeset 13847
- Timestamp:
- 05/02/2024 01:01:08 PM (5 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/12.0/src/bp-core/bp-core-template-loader.php
r13819 r13847 551 551 */ 552 552 function bp_parse_query( $posts_query ) { 553 // Only run on the root site or if multiblog mode is on. 554 if ( ! bp_is_root_blog() && ! bp_is_multiblog_mode() ) { 555 return; 556 } 553 557 554 558 // Bail if $posts_query is not the main loop.
Note: See TracChangeset
for help on using the changeset viewer.