Changeset 54160 for trunk/src/wp-includes/global-styles-and-settings.php
- Timestamp:
- 09/14/2022 03:50:01 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/global-styles-and-settings.php
r54159 r54160 108 108 $supports_theme_json = WP_Theme_JSON_Resolver::theme_has_support(); 109 109 if ( empty( $types ) && ! $supports_theme_json ) { 110 $types = array( 'variables', 'presets' , 'base-layout-styles');110 $types = array( 'variables', 'presets' ); 111 111 } elseif ( empty( $types ) ) { 112 112 $types = array( 'variables', 'styles', 'presets' );
Note: See TracChangeset
for help on using the changeset viewer.