diff --git a/wp-includes/block-template-utils.php b/wp-includes/block-template-utils.php index 3c6850bd32..fb9076c42e 100644 --- a/wp-includes/block-template-utils.php +++ b/wp-includes/block-template-utils.php @@ -1149,7 +1149,7 @@ function get_block_templates( $query = array(), $template_type = 'wp_template' ) if ( ! isset( $query['wp_id'] ) ) { /* - * If the query has found some use templates, those have priority + * If the query has found some user templates, those have priority * over the theme-provided ones, so we skip querying and building them. */ $query['slug__not_in'] = wp_list_pluck( $query_result, 'slug' ); diff --git a/wp-includes/version.php b/wp-includes/version.php index e58d8e951b..8fa6bc195a 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.7-alpha-59002'; +$wp_version = '6.7-alpha-59003'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.