Changeset 55067 for trunk/src/wp-includes/class-wp-theme-json-resolver.php
- Timestamp:
- 01/14/2023 09:34:55 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-theme-json-resolver.php
r54824 r55067 323 323 // Classic themes without a theme.json don't support global duotone. 324 324 $theme_support_data['settings']['color']['defaultDuotone'] = false; 325 326 // Allow themes to enable appearance tools via theme_support. 327 if ( current_theme_supports( 'appearance-tools' ) ) { 328 $theme_support_data['settings']['appearanceTools'] = true; 329 } 325 330 } 326 331 $with_theme_supports = new WP_Theme_JSON( $theme_support_data );
Note: See TracChangeset
for help on using the changeset viewer.