From 2453352c52356caea221d27892516bd314b9f2c1 Mon Sep 17 00:00:00 2001 From: Jonathan Desrosiers Date: Wed, 23 Jun 2021 01:09:37 +0000 Subject: [PATCH] Docs: Fix typo in `widgets-block-editor` feature documentation. Follow up to [51214]. Unprops desrosj. See #53424. git-svn-id: https://develop.svn.wordpress.org/trunk@51215 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/theme.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-includes/theme.php b/src/wp-includes/theme.php index 499d616763..4741fb9b48 100644 --- a/src/wp-includes/theme.php +++ b/src/wp-includes/theme.php @@ -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 *