Block Editor: Update WordPress Packages to solve PHP 5.2.2 parser incompatibility.

Updated:

 - @wordpress/block-library@2.2.16
 - @wordpress/block-serialization-default-parser@2.0.5
 - @wordpress/blocks@6.0.7
 - @wordpress/edit-post@3.1.11
 - @wordpress/editor@9.0.11
 - @wordpress/format-library@1.2.14

Props pento.
Fixes #46200.

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


git-svn-id: http://core.svn.wordpress.org/trunk@44560 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
youknowriad
2019-02-07 09:02:49 +00:00
parent 95d5aa0e97
commit a89b6c042d
3 changed files with 8 additions and 8 deletions

View File

@@ -13,7 +13,7 @@
*
* @global string $wp_version
*/
$wp_version = '5.1-beta3-44728';
$wp_version = '5.1-beta3-44729';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.