Make WordPress Core

Changeset 47797


Ignore:
Timestamp:
05/14/2020 02:41:02 PM (4 years ago)
Author:
SergeyBiryukov
Message:

Themes: Add "Block Editor Patterns" and "Full Site Editing" to the list of WordPress theme features.

Follow-up to [meta9876].

Props dingo_d.
Fixes #50164. See #meta5212.

File:
1 edited

Legend:

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

    r47794 r47797  
    278278 *              'Front Page Posting', 'Microformats', 'RTL Language Support',
    279279 *              'Threaded Comments', and 'Translation Ready' features.
    280  * @since 5.5.0 Added 'Block Editor Styles' and 'Wide Blocks' features.
     280 * @since 5.5.0 Added 'Block Editor Patterns', 'Block Editor Styles',
     281 *              and 'Full Site Editing' features.
     282 * @since 5.5.0 Added 'Wide Blocks' layout option.
    281283 *
    282284 * @param bool $api Optional. Whether try to fetch tags from the WordPress.org API. Defaults to true.
     
    301303        __( 'Features' ) => array(
    302304            'accessibility-ready'   => __( 'Accessibility Ready' ),
     305            'block-patterns'        => __( 'Block Editor Patterns' ),
    303306            'block-styles'          => __( 'Block Editor Styles' ),
    304307            'custom-background'     => __( 'Custom Background' ),
     
    310313            'featured-images'       => __( 'Featured Images' ),
    311314            'footer-widgets'        => __( 'Footer Widgets' ),
     315            'full-site-editing'     => __( 'Full Site Editing' ),
    312316            'full-width-template'   => __( 'Full Width Template' ),
    313317            'post-formats'          => __( 'Post Formats' ),
Note: See TracChangeset for help on using the changeset viewer.