diff --git a/wp-includes/class-wp-block-editor-context.php b/wp-includes/class-wp-block-editor-context.php new file mode 100644 index 0000000000..92957f3bd8 --- /dev/null +++ b/wp-includes/class-wp-block-editor-context.php @@ -0,0 +1,42 @@ +post = $settings['post']; + } + } +} diff --git a/wp-includes/version.php b/wp-includes/version.php index a5441e9658..531bb6a7d9 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.8-alpha-50956'; +$wp_version = '5.8-alpha-50957'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.