Changeset 56960 for trunk/src/wp-includes/blocks.php
- Timestamp:
- 10/17/2023 03:46:44 PM (2 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/blocks.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/blocks.php
r56896 r56960 780 780 */ 781 781 return function ( &$block, $parent_block = null, $prev = null ) use ( $hooked_blocks, $context ) { 782 if ( defined( 'REST_REQUEST' ) && REST_REQUEST ) { 783 _inject_theme_attribute_in_template_part_block( $block ); 784 } 782 _inject_theme_attribute_in_template_part_block( $block ); 785 783 786 784 $markup = '';
Note: See TracChangeset
for help on using the changeset viewer.