From 465d17a905472ed0ed3da6b814c1887a5d72874e Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Wed, 24 Jan 2024 23:41:06 +0000 Subject: [PATCH] Docs: Fix typo in `_get_block_template_file()` DocBlock. Follow-up to [55744]. See #59651. Built from https://develop.svn.wordpress.org/trunk@57349 git-svn-id: http://core.svn.wordpress.org/trunk@56855 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 e2cd7c1587..3f912ad061 100644 --- a/wp-includes/block-template-utils.php +++ b/wp-includes/block-template-utils.php @@ -251,7 +251,7 @@ function _get_block_templates_paths( $base_directory ) { * @param string $template_type 'wp_template' or 'wp_template_part'. * @param string $slug Template slug. * @return array|null { - * Array with template metadata if $template_type is one of 'wp_template' or 'wp_template_part'. + * Array with template metadata if $template_type is one of 'wp_template' or 'wp_template_part', * null otherwise. * * @type string $slug Template slug. diff --git a/wp-includes/version.php b/wp-includes/version.php index 7897da932a..fdd3acfd2e 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.5-alpha-57348'; +$wp_version = '6.5-alpha-57349'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.