Skip to content

Commit a9a54ca

Browse files
committed
Add core-block-supports-duotone to the list of styles to print after wp-block-library
1 parent 08f4809 commit a9a54ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/wp-includes/script-loader.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3663,7 +3663,7 @@ function wp_hoist_late_printed_styles() {
36633663
}
36643664
$all_block_style_handles = array_merge(
36653665
$all_block_style_handles,
3666-
array( 'global-styles', 'core-block-supports', 'block-style-variation-styles' ) // TODO: What else?
3666+
array( 'global-styles', 'core-block-supports', 'block-style-variation-styles', 'core-block-supports-duotone' ) // TODO: What else?
36673667
);
36683668

36693669
$enqueued_block_styles = array_values( array_intersect( $all_block_style_handles, wp_styles()->queue ) );

0 commit comments

Comments
 (0)