Changeset 47797
- Timestamp:
- 05/14/2020 02:41:02 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/theme.php
r47794 r47797 278 278 * 'Front Page Posting', 'Microformats', 'RTL Language Support', 279 279 * '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. 281 283 * 282 284 * @param bool $api Optional. Whether try to fetch tags from the WordPress.org API. Defaults to true. … … 301 303 __( 'Features' ) => array( 302 304 'accessibility-ready' => __( 'Accessibility Ready' ), 305 'block-patterns' => __( 'Block Editor Patterns' ), 303 306 'block-styles' => __( 'Block Editor Styles' ), 304 307 'custom-background' => __( 'Custom Background' ), … … 310 313 'featured-images' => __( 'Featured Images' ), 311 314 'footer-widgets' => __( 'Footer Widgets' ), 315 'full-site-editing' => __( 'Full Site Editing' ), 312 316 'full-width-template' => __( 'Full Width Template' ), 313 317 'post-formats' => __( 'Post Formats' ),
Note: See TracChangeset
for help on using the changeset viewer.