Make WordPress Core

Changeset 47790


Ignore:
Timestamp:
05/14/2020 09:16:45 AM (4 years ago)
Author:
SergeyBiryukov
Message:

Themes: Add "Block Editor Styles" and "Wide Blocks" to the list of WordPress theme features.

These were added to Theme Directory API in anticipation of being committed to core for WordPress 5.2+, which has not happened until now.

Follow-up to [meta8273].

See #46272.

File:
1 edited

Legend:

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

    r47198 r47790  
    279279        __( 'Features' ) => array(
    280280            'accessibility-ready'   => __( 'Accessibility Ready' ),
     281            'block-styles'          => __( 'Block Editor Styles' ),
    281282            'custom-background'     => __( 'Custom Background' ),
    282283            'custom-colors'         => __( 'Custom Colors' ),
     
    301302            'left-sidebar'  => __( 'Left Sidebar' ),
    302303            'right-sidebar' => __( 'Right Sidebar' ),
     304            'wide-blocks'   => __( 'Wide Blocks' ),
    303305        ),
    304306
Note: See TracChangeset for help on using the changeset viewer.