Docs: Fix typo in widgets-block-editor feature documentation.

Follow up to [51214].
Unprops desrosj.
See #53424.
Built from https://develop.svn.wordpress.org/trunk@51215


git-svn-id: http://core.svn.wordpress.org/trunk@50824 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
desrosj 2021-06-23 01:10:57 +00:00
parent 94c655c892
commit b588426f96
2 changed files with 2 additions and 2 deletions

View File

@ -2479,7 +2479,7 @@ function get_theme_starter_content() {
* @since 5.5.0 The `core-block-patterns` feature was added and is enabled by default.
* @since 5.5.0 The `custom-logo` feature now also accepts 'unlink-homepage-logo'.
* @since 5.6.0 The `post-formats` feature warns if no array is passed.
* @since 5.8.0 The `widgets-block-editor` enables the Widgets block editor.
* @since 5.8.0 The `widgets-block-editor` feature enables the Widgets block editor.
*
* @global array $_wp_theme_features
*

View File

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