From e97c828322c8db977068a12b0084656d861f6d99 Mon Sep 17 00:00:00 2001 From: Jb Audras <audrasjb@git.wordpress.org> Date: Fri, 3 Dec 2021 22:25:42 +0000 Subject: [PATCH] Docs: Replace `@since 5.9` with `@since 5.9.0` in `block-template-utils.php`. Follow-up to [52317], [52275], [52062]. See #53399. git-svn-id: https://develop.svn.wordpress.org/trunk@52318 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/block-template-utils.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/wp-includes/block-template-utils.php b/src/wp-includes/block-template-utils.php index ca82d29693..011e021292 100644 --- a/src/wp-includes/block-template-utils.php +++ b/src/wp-includes/block-template-utils.php @@ -613,7 +613,7 @@ function get_block_templates( $query = array(), $template_type = 'wp_template' ) * * Return a non-null value to bypass the WordPress queries. * - * @since 5.9 + * @since 5.9.0 * * @param WP_Block_Template[]|null $block_templates Return an array of block templates to short-circuit the default query, * or null to allow WP to run it's normal queries. @@ -717,7 +717,7 @@ function get_block_templates( $query = array(), $template_type = 'wp_template' ) /** * Filters the array of queried block templates array after they've been fetched. * - * @since 5.9 + * @since 5.9.0 * * @param WP_Block_Template[] $query_result Array of found block templates. * @param array $query { @@ -795,7 +795,7 @@ function get_block_template( $id, $template_type = 'wp_template' ) { /** * Filters the array of queried block templates array after they've been fetched. * - * @since 5.9 + * @since 5.9.0 * * @param WP_Block_Template $block_template The found block template. * @param string $id Template unique identifier (example: theme_slug//template_slug).