diff --git a/wp-includes/blocks/index.php b/wp-includes/blocks/index.php index 326fc043b0..b702cdf03c 100644 --- a/wp-includes/blocks/index.php +++ b/wp-includes/blocks/index.php @@ -52,6 +52,7 @@ function register_core_block_types_from_metadata() { 'code', 'column', 'columns', + 'cover', 'embed', 'freeform', 'gallery', diff --git a/wp-includes/version.php b/wp-includes/version.php index 6d4fcc84a7..84e4fbcddc 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.8-beta2-51175'; +$wp_version = '5.8-beta2-51176'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.