Changeset 59775 for trunk/src/wp-includes/blocks/pattern.php
- Timestamp:
- 02/07/2025 03:44:07 PM (11 months ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/blocks/pattern.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/blocks/pattern.php
r58187 r59775 59 59 $content = $pattern['content']; 60 60 61 // Backward compatibility for handling Block Hooks and injecting the theme attribute in the Gutenberg plugin.62 // This can be removed when the minimum supported WordPress is >= 6.4.63 if ( defined( 'IS_GUTENBERG_PLUGIN' ) && IS_GUTENBERG_PLUGIN && ! function_exists( 'traverse_and_serialize_blocks' ) ) {64 $blocks = parse_blocks( $content );65 $content = gutenberg_serialize_blocks( $blocks );66 }67 68 61 $seen_refs[ $attributes['slug'] ] = true; 69 62
Note: See TracChangeset
for help on using the changeset viewer.