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
This commit is contained in:
parent
b4ea83c22f
commit
cf4640b46e
|
@ -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
|
||||
*
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue