Changeset 13351 for branches/10.0/src/bp-core/bp-core-template-loader.php
- Timestamp:
- 10/29/2022 02:57:50 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/10.0/src/bp-core/bp-core-template-loader.php
r13330 r13351 465 465 * BuddyPress then needs to use the WordPress template canvas to retrieve the community content. 466 466 */ 467 if ( current_theme_supports( 'block-templates') ) {467 if ( bp_is_running_wp( '5.9.0', '>=' ) && wp_is_block_theme() ) { 468 468 $template = ABSPATH . WPINC . '/template-canvas.php'; 469 469 }
Note: See TracChangeset
for help on using the changeset viewer.