Changeset 58802 for branches/6.6/src/wp-includes/block-template-utils.php
- Timestamp:
- 07/24/2024 02:38:24 PM (2 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/6.6/src/wp-includes/block-template-utils.php
r58409 r58802 1563 1563 } 1564 1564 1565 if ( ! isset( $changes->post_content ) ) { 1566 return $changes; 1567 } 1568 1565 1569 $hooked_blocks = get_hooked_blocks(); 1566 1570 if ( empty( $hooked_blocks ) && ! has_filter( 'hooked_block_types' ) ) {
Note: See TracChangeset
for help on using the changeset viewer.