Changeset 55493 for trunk/src/wp-includes/block-template-utils.php
- Timestamp:
- 03/08/2023 10:43:32 PM (19 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/block-template-utils.php
r55194 r55493 504 504 $template = new WP_Block_Template(); 505 505 $template->id = $theme . '//' . $template_file['slug']; 506 $template->theme = ! empty( $template_file['theme'] ) ? $template_file['theme'] :$theme;506 $template->theme = $theme; 507 507 $template->content = _inject_theme_attribute_in_block_template_content( $template_content ); 508 508 $template->slug = $template_file['slug'];
Note: See TracChangeset
for help on using the changeset viewer.