Changeset 59455 for trunk/src/wp-includes/class-wp-theme-json.php
- Timestamp:
- 11/23/2024 10:56:05 PM (13 months ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/class-wp-theme-json.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-theme-json.php
r59418 r59455 3326 3326 } 3327 3327 foreach ( $duotone_presets[ $origin ] as $duotone_preset ) { 3328 $filters .= wp_get_duotone_filter_svg( $duotone_preset );3328 $filters .= WP_Duotone::get_filter_svg_from_preset( $duotone_preset ); 3329 3329 } 3330 3330 }
Note: See TracChangeset
for help on using the changeset viewer.