diff --git src/wp-includes/block-supports/duotone.php src/wp-includes/block-supports/duotone.php
index 95428c9c01..c7905b47c6 100644
|
|
function wp_register_duotone_support( $block_type ) { |
506 | 506 | * @param string $block_content Rendered block content. |
507 | 507 | * @param array $block Block object. |
508 | 508 | * @return string Filtered block content. |
| 509 | * @global $is_safari. |
509 | 510 | */ |
510 | 511 | function wp_render_duotone_support( $block_content, $block ) { |
511 | 512 | $block_type = WP_Block_Type_Registry::get_instance()->get_registered( $block['blockName'] ); |