Changeset 54176 for trunk/src/wp-includes/theme.php
- Timestamp:
- 09/15/2022 12:18:30 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/theme.php
r54174 r54176 3845 3845 ); 3846 3846 register_theme_feature( 3847 'block-template-parts', 3848 array( 3849 'description' => __( 'Whether a theme uses block-based template parts.' ), 3850 'show_in_rest' => true, 3851 ) 3852 ); 3853 register_theme_feature( 3847 3854 'custom-background', 3848 3855 array(
Note: See TracChangeset
for help on using the changeset viewer.