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:
parent
1f87125366
commit
354545bc3e
|
@ -82,6 +82,7 @@ function register_core_block_types_from_metadata() {
|
|||
'code',
|
||||
'column',
|
||||
'columns',
|
||||
'comments-query-loop',
|
||||
'embed',
|
||||
'freeform',
|
||||
'group',
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue