Changeset 58262 for trunk/src/wp-includes/global-styles-and-settings.php
- Timestamp:
- 05/31/2024 01:17:50 AM (9 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/global-styles-and-settings.php
r58026 r58262 140 140 * @since 5.9.0 141 141 * @since 6.1.0 Added 'base-layout-styles' support. 142 * @since 6.6.0 Resolves relative paths in theme.json styles to theme absolute paths. 142 143 * 143 144 * @param array $types Optional. Types of styles to load. … … 180 181 } 181 182 182 $tree = WP_Theme_JSON_Resolver::get_merged_data(); 183 183 $tree = WP_Theme_JSON_Resolver::resolve_theme_file_uris( WP_Theme_JSON_Resolver::get_merged_data() ); 184 184 $supports_theme_json = wp_theme_has_theme_json(); 185 185 186 if ( empty( $types ) && ! $supports_theme_json ) { 186 187 $types = array( 'variables', 'presets', 'base-layout-styles' );
Note: See TracChangeset
for help on using the changeset viewer.