Changeset 13331
- Timestamp:
- 09/29/2022 06:54:46 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-core/bp-core-template-loader.php
r13145 r13331 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' ) && $template === get_theme_file_path( 'index.php' )) {467 if ( current_theme_supports( 'block-templates' ) ) { 468 468 $template = ABSPATH . WPINC . '/template-canvas.php'; 469 469 }
Note: See TracChangeset
for help on using the changeset viewer.