Changeset 58785 for trunk/src/wp-includes/block-template-utils.php
- Timestamp:
- 07/23/2024 01:41:15 PM (3 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/block-template-utils.php
r58768 r58785 1603 1603 } 1604 1604 1605 if ( ! isset( $changes->post_content ) ) { 1606 return $changes; 1607 } 1608 1605 1609 $hooked_blocks = get_hooked_blocks(); 1606 1610 if ( empty( $hooked_blocks ) && ! has_filter( 'hooked_block_types' ) ) {
Note: See TracChangeset
for help on using the changeset viewer.