Changeset 54483 for trunk/src/wp-includes/blocks/template-part.php
- Timestamp:
- 10/11/2022 03:24:12 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/blocks/template-part.php
r54257 r54483 190 190 */ 191 191 function build_template_part_block_instance_variations() { 192 // Block themes are unavailable during installation. 193 if ( wp_installing() ) { 194 return array(); 195 } 196 192 197 $variations = array(); 193 198 $template_parts = get_block_templates(
Note: See TracChangeset
for help on using the changeset viewer.