Changeset 58275 for trunk/src/wp-includes/blocks/block.php
- Timestamp:
- 05/31/2024 06:34:20 PM (22 months ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/blocks/block.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/blocks/block.php
r58187 r58275 79 79 * rendering via do_blocks given it only receives the inner content. 80 80 */ 81 $has_pattern_overrides = isset( $attributes['content'] ) ;81 $has_pattern_overrides = isset( $attributes['content'] ) && null !== get_block_bindings_source( 'core/pattern-overrides' ); 82 82 if ( $has_pattern_overrides ) { 83 83 $filter_block_context = static function ( $context ) use ( $attributes ) {
Note: See TracChangeset
for help on using the changeset viewer.