diff --git a/wp-content/themes/twentytwentytwo/functions.php b/wp-content/themes/twentytwentytwo/functions.php index cd994beec7..8f93dcfc5f 100644 --- a/wp-content/themes/twentytwentytwo/functions.php +++ b/wp-content/themes/twentytwentytwo/functions.php @@ -9,7 +9,6 @@ * @since Twenty Twenty-Two 1.0 */ - if ( ! function_exists( 'twentytwentytwo_support' ) ) : /** @@ -61,5 +60,5 @@ endif; add_action( 'wp_enqueue_scripts', 'twentytwentytwo_styles' ); -// Add block patterns +// Add block patterns. require get_template_directory() . '/inc/block-patterns.php'; diff --git a/wp-includes/version.php b/wp-includes/version.php index de47056643..225dbe240e 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.8-alpha-59503'; +$wp_version = '6.8-alpha-59504'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.