From 354545bc3e53674d960ec06c9a2d43bb9e9cb5dd Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Sat, 2 Jul 2022 14:35:14 +0000 Subject: [PATCH] Editor: Register the Comments Query Loop block from metadata. This ensures that the block title and description can be translated. Follow-up to [53157]. Props cbravobernal, bernhard-reiter, adamziel, gziolo, peterwilsoncc, audrasjb, mukesh27, SergeyBiryukov. Fixes #56093. See #55809. Built from https://develop.svn.wordpress.org/trunk@53631 git-svn-id: http://core.svn.wordpress.org/trunk@53190 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/blocks/index.php | 1 + wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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.