From 710f30eb966091408ebb89c276bec6a8f6f12a1d Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Sun, 15 Aug 2021 12:44:26 +0000 Subject: [PATCH] Docs: Fix typo in the `get_block_editor_settings()` description. Follow-up to [50776]. Props tmatsuur, pbearne. Fixes #53922. git-svn-id: https://develop.svn.wordpress.org/trunk@51611 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/block-editor.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-includes/block-editor.php b/src/wp-includes/block-editor.php index 28c9e2b7a8..1e3f40672a 100644 --- a/src/wp-includes/block-editor.php +++ b/src/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 *