Changeset 55146 for trunk/src/wp-includes/class-wp-theme-json-resolver.php
- Timestamp:
- 01/26/2023 06:37:47 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-theme-json-resolver.php
r55128 r55146 287 287 * and merge the static::$theme upon that. 288 288 */ 289 $theme_support_data = WP_Theme_JSON::get_from_editor_settings( get_ default_block_editor_settings() );289 $theme_support_data = WP_Theme_JSON::get_from_editor_settings( get_classic_theme_supports_block_editor_settings() ); 290 290 if ( ! wp_theme_has_theme_json() ) { 291 291 if ( ! isset( $theme_support_data['settings']['color'] ) ) {
Note: See TracChangeset
for help on using the changeset viewer.