From cf4640b46e9414902af65e0e4bbfeb0d5010ddf6 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Sun, 15 Aug 2021 12:45:59 +0000 Subject: [PATCH] Docs: Fix typo in the `get_block_editor_settings()` description. Follow-up to [50776]. Props tmatsuur, pbearne. Fixes #53922. Built from https://develop.svn.wordpress.org/trunk@51611 git-svn-id: http://core.svn.wordpress.org/trunk@51222 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/block-editor.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-includes/block-editor.php b/wp-includes/block-editor.php index 28c9e2b7a8..1e3f40672a 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 60af4efe52..389446c53e 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.9-alpha-51610'; +$wp_version = '5.9-alpha-51611'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.