diff --git a/wp-content/themes/twentyten/functions.php b/wp-content/themes/twentyten/functions.php index efa7e5f8f9..a36a293eb0 100644 --- a/wp-content/themes/twentyten/functions.php +++ b/wp-content/themes/twentyten/functions.php @@ -740,7 +740,7 @@ function twentyten_block_editor_styles() { add_action( 'enqueue_block_editor_assets', 'twentyten_block_editor_styles' ); // Block Patterns. -require get_stylesheet_directory() . '/block-patterns.php'; +require get_template_directory() . '/block-patterns.php'; if ( ! function_exists( 'wp_body_open' ) ) : /** diff --git a/wp-includes/version.php b/wp-includes/version.php index cff26326c6..513b75448c 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.9-alpha-51481'; +$wp_version = '5.9-alpha-51482'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.