diff --git a/wp-includes/block-editor.php b/wp-includes/block-editor.php index d2bf4cee7d..4779fd6cba 100644 --- a/wp-includes/block-editor.php +++ b/wp-includes/block-editor.php @@ -272,7 +272,7 @@ function get_legacy_widget_block_editor_settings() { } /** - * Returns the contextualized block editor settings settings for a selected editor context. + * Returns the contextualized block editor settings for a selected editor context. * * @since 5.8.0 * diff --git a/wp-includes/version.php b/wp-includes/version.php index d984896905..4fef82f824 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.8.1-alpha-51620'; +$wp_version = '5.8.1-alpha-51621'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.