Changeset 58313 for trunk/src/wp-includes/block-supports/duotone.php
- Timestamp:
- 06/04/2024 01:46:03 AM (10 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/block-supports/duotone.php
r56226 r58313 43 43 // Add classnames to blocks using duotone support. 44 44 add_filter( 'render_block', array( 'WP_Duotone', 'render_duotone_support' ), 10, 3 ); 45 add_filter( 'render_block_core/image', array( 'WP_Duotone', 'restore_image_outer_container' ), 10, 1 ); 45 46 46 47 // Enqueue styles.
Note: See TracChangeset
for help on using the changeset viewer.