diff --git a/wp-includes/class-wp-theme-json.php b/wp-includes/class-wp-theme-json.php index 8e96468f9b..00172b4579 100644 --- a/wp-includes/class-wp-theme-json.php +++ b/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 ) { diff --git a/wp-includes/version.php b/wp-includes/version.php index c02a354322..401301ce64 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.3-beta3-56180'; +$wp_version = '6.3-beta3-56181'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.