Changeset 53659 for trunk/src/wp-includes/theme.php
- Timestamp:
- 07/05/2022 02:57:52 PM (17 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/theme.php
r53513 r53659 3805 3805 * 3806 3806 * @since 5.5.0 3807 * @since 6.1.0 The `block-templates` feature was added. 3807 3808 */ 3808 3809 function create_initial_theme_features() { … … 3818 3819 array( 3819 3820 'description' => __( 'Whether posts and comments RSS feed links are added to head.' ), 3821 'show_in_rest' => true, 3822 ) 3823 ); 3824 register_theme_feature( 3825 'block-templates', 3826 array( 3827 'description' => __( 'Whether a theme uses block-based templates.' ), 3820 3828 'show_in_rest' => true, 3821 3829 )
Note: See TracChangeset
for help on using the changeset viewer.