Changeset 60046
- Timestamp:
- 03/18/2025 10:06:21 PM (8 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/block-template.php
r59449 r60046 101 101 if ( $block_template->has_theme_file ) { 102 102 // Show contents from theme template if user is not logged in. 103 $theme_template = _get_block_template_file( 'wp_template', $block_template->slug );103 $theme_template = _get_block_template_file( 'wp_template', $block_template->slug ); 104 104 $_wp_current_template_content = file_get_contents( $theme_template['path'] ); 105 105 } else {
Note: See TracChangeset
for help on using the changeset viewer.