Changeset 58408 for trunk/src/wp-includes/rest-api/endpoints/class-wp-rest-block-patterns-controller.php
- Timestamp:
- 06/13/2024 03:04:50 PM (8 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/rest-api/endpoints/class-wp-rest-block-patterns-controller.php
r58303 r58408 165 165 // Resolve pattern blocks so they don't need to be resolved client-side 166 166 // in the editor, improving performance. 167 $blocks = parse_blocks( $item['content'] );168 $blocks = resolve_pattern_blocks( $blocks );167 $blocks = parse_blocks( $item['content'] ); 168 $blocks = resolve_pattern_blocks( $blocks ); 169 169 $item['content'] = serialize_blocks( $blocks ); 170 170
Note: See TracChangeset
for help on using the changeset viewer.