From fa441afd6e4bbe3aa6dbe9c43b590fb8e5f1c24d Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Wed, 24 Jan 2024 23:39:52 +0000 Subject: [PATCH] Docs: Fix typo in `_get_block_template_file()` DocBlock. Follow-up to [55744]. See #59651. git-svn-id: https://develop.svn.wordpress.org/trunk@57349 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/block-template-utils.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-includes/block-template-utils.php b/src/wp-includes/block-template-utils.php index e2cd7c1587..3f912ad061 100644 --- a/src/wp-includes/block-template-utils.php +++ b/src/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.