diff --git a/wp-includes/class-wp-block-bindings-registry.php b/wp-includes/class-wp-block-bindings-registry.php index 519453d22b..efbe344f09 100644 --- a/wp-includes/class-wp-block-bindings-registry.php +++ b/wp-includes/class-wp-block-bindings-registry.php @@ -44,19 +44,6 @@ final class WP_Block_Bindings_Registry { 'uses_context', ); - /** - * Supported blocks that can use the block bindings API. - * - * @since 6.5.0 - * @var string[] - */ - private $supported_blocks = array( - 'core/paragraph', - 'core/heading', - 'core/image', - 'core/button', - ); - /** * Registers a new block bindings source. * diff --git a/wp-includes/version.php b/wp-includes/version.php index 25d5cd8cba..8bae703f40 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '7.0-alpha-61641'; +$wp_version = '7.0-alpha-61642'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.