Changeset 54159 for trunk/src/wp-includes/global-styles-and-settings.php
- Timestamp:
- 09/14/2022 02:19:16 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/global-styles-and-settings.php
r54118 r54159 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' );110 $types = array( 'variables', 'presets', 'base-layout-styles' ); 111 111 } elseif ( empty( $types ) ) { 112 112 $types = array( 'variables', 'styles', 'presets' );
Note: See TracChangeset
for help on using the changeset viewer.