Make WordPress Core

Changeset 52318


Ignore:
Timestamp:
12/03/2021 10:25:42 PM (18 months ago)
Author:
audrasjb
Message:

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

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

See #53399.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/block-template-utils.php

    r52317 r52318  
    614614     * Return a non-null value to bypass the WordPress queries.
    615615     *
    616      * @since 5.9
     616     * @since 5.9.0
    617617     *
    618618     * @param WP_Block_Template[]|null $block_templates Return an array of block templates to short-circuit the default query,
     
    718718     * Filters the array of queried block templates array after they've been fetched.
    719719     *
    720      * @since 5.9
     720     * @since 5.9.0
    721721     *
    722722     * @param WP_Block_Template[] $query_result Array of found block templates.
     
    796796     * Filters the array of queried block templates array after they've been fetched.
    797797     *
    798      * @since 5.9
     798     * @since 5.9.0
    799799     *
    800800     * @param WP_Block_Template $block_template The found block template.
Note: See TracChangeset for help on using the changeset viewer.