Skip to content

Commit

Permalink
Fix lint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
oandregal committed Mar 29, 2023
1 parent 8fc3110 commit dac72ae
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ function wp_get_block_css_selector( $block_type, $target = 'root', $fallback = f
$root_selector = ".wp-block-{$block_name}";
}


// Duotone (No fallback selectors for Duotone).
if ( 'filter.duotone' === $target || array( 'filter', 'duotone' ) === $target ) {
// If selectors API in use, only use it's value or null.
Expand Down

0 comments on commit dac72ae

Please sign in to comment.