Make WordPress Core


Ignore:
Timestamp:
06/23/2021 07:04:51 PM (4 years ago)
Author:
desrosj
Message:

Docs: Various docblock corrections for code added in 5.8.

Props johnbillion.
See #53461.

File:
1 edited

Legend:

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

    r51149 r51221  
    266266     * @since 5.8.0
    267267     *
    268      * @param array $theme_support_data Theme support data in theme.json format.
     268     * @param array $theme_support_data Theme support data in theme.json format. Default empty array.
    269269     * @return WP_Theme_JSON Entity that holds theme data.
    270270     */
     
    319319     * Whether the current theme has a theme.json file.
    320320     *
    321      * @return boolean
     321     * @since 5.8.0
     322     *
     323     * @return bool
    322324     */
    323325    public static function theme_has_support() {
Note: See TracChangeset for help on using the changeset viewer.