diff --git a/lib/class-wp-duotone-gutenberg.php b/lib/class-wp-duotone-gutenberg.php index 3395f98f09e7c..11f6c6dcccdd9 100644 --- a/lib/class-wp-duotone-gutenberg.php +++ b/lib/class-wp-duotone-gutenberg.php @@ -836,7 +836,6 @@ public static function render_duotone_support( $block_content, $block ) { $has_global_styles_duotone = array_key_exists( $block['blockName'], self::$global_styles_block_names ); if ( - empty( $block_content ) || ! $duotone_selector || ( ! $has_duotone_attribute && ! $has_global_styles_duotone ) ) {