Add fields to WP_Block_Type

As part of #47620 and the RFC for block registeration. Server registered blocks are missing some fields. These changeset includes them.

Props spacedmonkey, aduth.

Fixes #48529.


Built from https://develop.svn.wordpress.org/trunk@47875


git-svn-id: http://core.svn.wordpress.org/trunk@47649 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
gziolo
2020-06-01 12:27:08 +00:00
parent 1c176ffb1e
commit c704057e0d
3 changed files with 75 additions and 13 deletions

View File

@@ -13,7 +13,7 @@
*
* @global string $wp_version
*/
$wp_version = '5.5-alpha-47874';
$wp_version = '5.5-alpha-47875';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.