Changeset 53009
- Timestamp:
- 03/29/2022 09:10:55 AM (3 years ago)
- Location:
- branches/5.9
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.9
-
branches/5.9/src/wp-includes/class-wp-theme-json.php
r52764 r53009 1599 1599 $setting_nodes = static::get_setting_nodes( $this->theme_json, $blocks_metadata ); 1600 1600 1601 $filters = ''; 1601 1602 foreach ( $setting_nodes as $metadata ) { 1602 1603 $node = _wp_array_get( $this->theme_json, $metadata['path'], array() ); … … 1607 1608 $duotone_presets = $node['color']['duotone']; 1608 1609 1609 $filters = '';1610 1610 foreach ( $origins as $origin ) { 1611 1611 if ( ! isset( $duotone_presets[ $origin ] ) ) {
Note: See TracChangeset
for help on using the changeset viewer.