diff --git a/wp-includes/blocks/index.php b/wp-includes/blocks/index.php index 91f00e42cb..6a33e8820d 100644 --- a/wp-includes/blocks/index.php +++ b/wp-includes/blocks/index.php @@ -82,6 +82,7 @@ function register_core_block_types_from_metadata() { 'code', 'column', 'columns', + 'comments-query-loop', 'embed', 'freeform', 'group', diff --git a/wp-includes/version.php b/wp-includes/version.php index a304f7e01d..8cdeb3c851 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.1-alpha-53630'; +$wp_version = '6.1-alpha-53631'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.