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
This commit is contained in:
Sergey Biryukov 2022-07-02 14:35:14 +00:00
parent 1f87125366
commit 354545bc3e
2 changed files with 2 additions and 1 deletions

View File

@ -82,6 +82,7 @@ function register_core_block_types_from_metadata() {
'code', 'code',
'column', 'column',
'columns', 'columns',
'comments-query-loop',
'embed', 'embed',
'freeform', 'freeform',
'group', 'group',

View File

@ -16,7 +16,7 @@
* *
* @global string $wp_version * @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. * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.