Changeset 57352 for trunk/src/wp-includes/class-wp-theme-json.php
- Timestamp:
- 01/25/2024 10:41:38 AM (8 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-theme-json.php
r57340 r57352 936 936 if ( $duotone_support ) { 937 937 $root_selector = wp_get_block_css_selector( $block_type ); 938 $duotone_selector = WP_Theme_JSON::scope_selector( $root_selector, $duotone_support );938 $duotone_selector = static::scope_selector( $root_selector, $duotone_support ); 939 939 } 940 940 } … … 1079 1079 } 1080 1080 if ( false !== $root_style_key ) { 1081 $s etting_nodes[ $root_style_key ]['selector'] = $options['root_selector'];1081 $style_nodes[ $root_style_key ]['selector'] = $options['root_selector']; 1082 1082 } 1083 1083 }
Note: See TracChangeset
for help on using the changeset viewer.