Changeset 47791 for branches/5.4
- Timestamp:
- 05/14/2020 09:20:11 AM (6 years ago)
- Location:
- branches/5.4
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/wp-admin/includes/theme.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/5.4
-
branches/5.4/src/wp-admin/includes/theme.php
r47198 r47791 279 279 __( 'Features' ) => array( 280 280 'accessibility-ready' => __( 'Accessibility Ready' ), 281 'block-styles' => __( 'Block Editor Styles' ), 281 282 'custom-background' => __( 'Custom Background' ), 282 283 'custom-colors' => __( 'Custom Colors' ), … … 301 302 'left-sidebar' => __( 'Left Sidebar' ), 302 303 'right-sidebar' => __( 'Right Sidebar' ), 304 'wide-blocks' => __( 'Wide Blocks' ), 303 305 ), 304 306
Note: See TracChangeset
for help on using the changeset viewer.