diff --git a/wp-includes/block-editor.php b/wp-includes/block-editor.php index 9202a8d08d..3fa3beed2a 100644 --- a/wp-includes/block-editor.php +++ b/wp-includes/block-editor.php @@ -436,7 +436,8 @@ function block_editor_rest_api_preload( array $preload_paths, $block_editor_cont * * @since 5.8.0 * - * @param string[] $preload_paths Array of paths to preload. + * @param string[] $preload_paths Array of paths to preload. + * @param WP_Block_Editor_Context $block_editor_context The current block editor context. */ $preload_paths = apply_filters( 'block_editor_rest_api_preload_paths', $preload_paths, $block_editor_context ); if ( ! empty( $block_editor_context->post ) ) { diff --git a/wp-includes/version.php b/wp-includes/version.php index c4484f5fc5..98d8c87852 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '5.9-alpha-52071'; +$wp_version = '5.9-alpha-52072'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.