From 7215ea4eb1b6dfcc0dcf4e14d0f483aa69018f54 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Tue, 10 Sep 2024 09:47:18 +0000 Subject: [PATCH] Docs: Fix typo in a comment in `get_block_templates()`. Follow-up to [55687]. Props dj.cowan, mukesh27. Fixes #62023. Built from https://develop.svn.wordpress.org/trunk@59003 git-svn-id: http://core.svn.wordpress.org/trunk@58399 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/block-template-utils.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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.