Skip to content

Commit

Permalink
Remove unnecessary comment
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronrobertshaw committed Dec 14, 2023
1 parent 7e578c8 commit efe74ee
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/class-wp-theme-json-gutenberg.php
Original file line number Diff line number Diff line change
Expand Up @@ -2427,7 +2427,6 @@ private static function get_block_nodes( $theme_json, $selectors = array() ) {
$variation_selectors = array();
$variation_nodes = array();

// TODO: Should we be supporting recursive variations and block type styles?
foreach ( $variations as $variation => $variation_node ) {
$variation_selector = $selectors[ $name ]['styleVariations'][ $variation ];
$variation_selectors[] = array(
Expand Down

0 comments on commit efe74ee

Please sign in to comment.