Editor: Add missing block data fields for blocks registered server side.

In [44122], the `styles` and `parent` block fields were omitted on accident. This change makes it possible to reuse them on the client.

Props gziolo.
Fixes #47017.
Built from https://develop.svn.wordpress.org/trunk@46091


git-svn-id: http://core.svn.wordpress.org/trunk@45903 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
desrosj
2019-09-11 14:52:56 +00:00
parent 5289afac9b
commit abed60bb51
2 changed files with 2 additions and 2 deletions

View File

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