Changeset 56620 for trunk/src/wp-includes/block-template-utils.php
- Timestamp:
- 09/19/2023 12:48:41 PM (20 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/block-template-utils.php
r56578 r56620 610 610 611 611 $blocks = parse_blocks( $template_content ); 612 $template->content = serialize_blocks( $blocks, '_inject_theme_attribute_in_template_part_block' );612 $template->content = traverse_and_serialize_blocks( $blocks, '_inject_theme_attribute_in_template_part_block' ); 613 613 614 614 return $template;
Note: See TracChangeset
for help on using the changeset viewer.