diff --git a/src/wp-includes/class-wp-theme-json.php b/src/wp-includes/class-wp-theme-json.php index 8e96468f9b..00172b4579 100644 --- a/src/wp-includes/class-wp-theme-json.php +++ b/src/wp-includes/class-wp-theme-json.php @@ -3551,9 +3551,9 @@ class WP_Theme_JSON { * Assign defaults, then override those that the block sets by itself. * If the block selector is compounded, will append the element to each * individual block selector. - * $block_selectors = explode( ',', $root_selector ); - * $element_selectors = array(); */ + $block_selectors = explode( ',', $root_selector ); + $element_selectors = array(); foreach ( static::ELEMENTS as $el_name => $el_selector ) { $element_selector = array(); foreach ( $block_selectors as $selector ) {