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
This commit is contained in:
Sergey Biryukov 2024-09-10 09:47:18 +00:00
parent 3293d9ba89
commit 7215ea4eb1
2 changed files with 2 additions and 2 deletions

View File

@ -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' );

View File

@ -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.