Making WordPress.org


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

Theme Directory: API: Add full-site-editing and block-patterns tags for WordPress 5.5+.

Props dingo_d.
Fixes #5212. See #WP50164.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-themes/functions.php

    r9864 r9876  
    336336            __( 'Features', 'wporg-themes' ) => array(
    337337                'accessibility-ready'   => __( 'Accessibility Ready', 'wporg-themes' ),
     338                'block-patterns'        => __( 'Block Editor Patterns', 'wporg-themes' ),
    338339                'block-styles'          => __( 'Block Editor Styles', 'wporg-themes' ),
    339340                'buddypress'            => __( 'BuddyPress', 'wporg-themes' ),
     
    349350                'footer-widgets'        => __( 'Footer Widgets', 'wporg-themes' ),
    350351                'front-page-post-form'  => __( 'Front Page Posting', 'wporg-themes' ),
     352                'full-site-editing'     => __( 'Full Site Editing', 'wporg-themes' ),
    351353                'full-width-template'   => __( 'Full Width Template', 'wporg-themes' ),
    352354                'microformats'          => __( 'Microformats', 'wporg-themes' ),
Note: See TracChangeset for help on using the changeset viewer.