Changeset 54159 for trunk/src/wp-includes/theme.php
- Timestamp:
- 09/14/2022 02:19:16 PM (4 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/theme.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/theme.php
r53842 r54159 4028 4028 ); 4029 4029 register_theme_feature( 4030 'disable-layout-styles', 4031 array( 4032 'description' => __( 'Whether the theme disables generated layout styles.' ), 4033 'show_in_rest' => true, 4034 ) 4035 ); 4036 register_theme_feature( 4030 4037 'editor-color-palette', 4031 4038 array(
Note: See TracChangeset
for help on using the changeset viewer.