diff --git a/wp-includes/block-template-utils.php b/wp-includes/block-template-utils.php index f4958050c6..3b57d9afa4 100644 --- a/wp-includes/block-template-utils.php +++ b/wp-includes/block-template-utils.php @@ -1366,4 +1366,4 @@ function get_template_hierarchy( $slug, $is_custom = false, $template_prefix = ' $template_hierarchy[] = 'index'; return $template_hierarchy; -}; +} diff --git a/wp-includes/version.php b/wp-includes/version.php index ff70fce288..00bf940fb5 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.2-alpha-54915'; +$wp_version = '6.2-alpha-54916'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.