Widgets: Add missing actions to widgets block editor

Adds the `'sidebar_admin-setup'`, `'sidebar_admin_page'`, and
`current_theme_supports( 'widgets' )` check to the widgets block editor so that
the block editor screen is more compatible with the classic screen.

Fixes #53288.
Props isabel_brison.

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


git-svn-id: http://core.svn.wordpress.org/trunk@50670 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
noisysocks
2021-06-02 01:57:57 +00:00
parent 5162c8e6a8
commit 138fa081a7
4 changed files with 11 additions and 5 deletions

View File

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