Changeset 58123 for trunk/src/wp-includes/class-wp-duotone.php
- Timestamp:
- 05/09/2024 04:07:53 AM (2 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/class-wp-duotone.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-duotone.php
r57652 r58123 810 810 * 811 811 * @since 6.3.0 812 * @since 6.6.0 Replaced body selector with `WP_Theme_JSON::ROOT_CSS_PROPERTIES_SELECTOR`. 812 813 * 813 814 * @param array $sources The duotone presets. … … 815 816 */ 816 817 private static function get_global_styles_presets( $sources ) { 817 $css = 'body{';818 $css = WP_Theme_JSON::ROOT_CSS_PROPERTIES_SELECTOR . '{'; 818 819 foreach ( $sources as $filter_id => $filter_data ) { 819 820 $slug = $filter_data['slug'];
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)