Changeset 53012 for trunk/src/wp-includes/block-supports/duotone.php
- Timestamp:
- 03/29/2022 01:04:24 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/block-supports/duotone.php
r52768 r53012 521 521 522 522 $filter_preset = array( 523 'slug' => uniqid(),523 'slug' => wp_unique_id( sanitize_key( implode( '-', $block['attrs']['style']['color']['duotone'] ) . '-' ) ), 524 524 'colors' => $block['attrs']['style']['color']['duotone'], 525 525 );
Note: See TracChangeset
for help on using the changeset viewer.