Make WordPress Core

Changeset 55149


Ignore:
Timestamp:
01/27/2023 03:52:56 PM (2 years ago)
Author:
SergeyBiryukov
Message:

Themes: Add "Style Variations" to the list of WordPress theme features.

Follow-up to [meta12372].

Props poena, mukesh27, costdev.
Fixes #56869. See #meta6545.

File:
1 edited

Legend:

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

    r54788 r55149  
    301301 * @since 5.8.1 Added 'Template Editing' feature.
    302302 * @since 6.1.1 Replaced 'Full Site Editing' feature name with 'Site Editor'.
     303 * @since 6.2.0 Added 'Style Variations' feature.
    303304 *
    304305 * @param bool $api Optional. Whether try to fetch tags from the WordPress.org API. Defaults to true.
     
    337338            'post-formats'          => __( 'Post Formats' ),
    338339            'sticky-post'           => __( 'Sticky Post' ),
     340            'style-variations'      => __( 'Style Variations' ),
    339341            'template-editing'      => __( 'Template Editing' ),
    340342            'theme-options'         => __( 'Theme Options' ),
Note: See TracChangeset for help on using the changeset viewer.