Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update block-editor.php
  • Loading branch information
gziolo committed May 24, 2021
commit f5636e5fc8e795615f8e4e13a0725104b90e5512
2 changes: 1 addition & 1 deletion lib/compat/wordpress-5.8/block-editor.php
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ function gutenberg_get_default_block_editor_settings() {
*
* @since 10.5.0
*
* @param array $custom_settings Optional custom settings to use with the editor type.
* @param array $custom_settings Custom settings to use with the given editor type.
* @param WP_Block_Editor_Context $block_editor_context The current block editor context.
*
* @return array The contextualized block editor settings.
Expand Down