Changeset 57104
- Timestamp:
- 11/10/2023 06:59:59 PM (10 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/theme.php
r57009 r57104 318 318 319 319 // Skip block themes for get_query_template() tests since this test is focused on classic templates. 320 if ( wp_is_block_theme() && current_theme_supports( 'block-templates') ) {320 if ( wp_is_block_theme() || wp_theme_has_theme_json() ) { 321 321 continue; 322 322 }
Note: See TracChangeset
for help on using the changeset viewer.