Changeset 50919 for trunk/src/wp-includes/blocks.php
- Timestamp:
- 05/17/2021 02:26:53 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/blocks.php
r50837 r50919 159 159 } 160 160 $is_core_block = isset( $metadata['file'] ) && 0 === strpos( $metadata['file'], ABSPATH . WPINC ); 161 if ( $is_core_block && ! should_load_separate_core_block_assets() ) {161 if ( $is_core_block && ! wp_should_load_separate_core_block_assets() ) { 162 162 return false; 163 163 }
Note: See TracChangeset
for help on using the changeset viewer.