Block Editor: Second batch of fixes for 5.8 beta 2

This includes:

 - Fix regression emptying post content block in template mode.
 - Legacy Widget: Don't display "No preview" when widget has image tags.

See #53397. 

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


git-svn-id: http://core.svn.wordpress.org/trunk@50765 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
youknowriad
2021-06-15 15:30:24 +00:00
parent aed608b98c
commit b018c55899
10 changed files with 107 additions and 31 deletions

View File

@@ -13,7 +13,7 @@
*
* @global string $wp_version
*/
$wp_version = '5.8-beta1-51155';
$wp_version = '5.8-beta1-51156';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.