Make WordPress Core

Changeset 52403


Ignore:
Timestamp:
12/21/2021 10:18:28 AM (5 years ago)
Author:
SergeyBiryukov
Message:

Docs: Improve the @since 5.9.0 note for WP_Theme_JSON::PRESETS_METADATA.

Follow-up to [52320], [52401].

See #53399.

File:
1 edited

Legend:

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

    r52402 r52403  
    102102         *
    103103         * @since 5.8.0
    104          * @since 5.9.0 Added the `color/duotone`, `typography/fontFamily`, and `use_default_names
    105          *              presets and simplified the metadata structure.
     104         * @since 5.9.0 Added the `color.duotone` and `typography.fontFamilies` presets,
     105         *              `use_default_names` preset key, and simplified the metadata structure.
    106106         * @var array
    107107         */
Note: See TracChangeset for help on using the changeset viewer.