Make WordPress Core


Ignore:
Timestamp:
04/28/2022 09:57:51 AM (2 years ago)
Author:
johnbillion
Message:

Docs: Various docblock corrections and improvements for changes introduced in 6.0.

See #54729

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/class-wp-theme-json-resolver.php

    r53177 r53302  
    152152     * @since 5.8.0
    153153     * @since 5.9.0 Theme supports have been inlined and the `$theme_support_data` argument removed.
    154      * @since 6.0.0 Adds a second parameter to allow the theme data to be returned without theme supports.
     154     * @since 6.0.0 Added an `$options` parameter to allow the theme data to be returned without theme supports.
    155155     *
    156156     * @param array $deprecated Deprecated. Not used.
    157      * @param array $options Contains a key called with_supports to determine whether to include theme supports in the data.
     157     * @param array $options {
     158     *     Options arguments.
     159     *
     160     *     @type bool $with_supports Whether to include theme supports in the data. Default true.
     161     * }
    158162     * @return WP_Theme_JSON Entity that holds theme data.
    159163     */
Note: See TracChangeset for help on using the changeset viewer.