Docs: Replace `@since 5.9` with `@since 5.9.0` in `block-template-utils.php`.

Follow-up to [52317], [52275], [52062].

See #53399.

Built from https://develop.svn.wordpress.org/trunk@52318


git-svn-id: http://core.svn.wordpress.org/trunk@51910 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
audrasjb 2021-12-03 22:26:59 +00:00
parent a945234aba
commit 9a9afacf38
2 changed files with 4 additions and 4 deletions

View File

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

View File

@ -16,7 +16,7 @@
*
* @global string $wp_version
*/
$wp_version = '5.9-beta1-52317';
$wp_version = '5.9-beta1-52318';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.