- Timestamp:
- 11/12/2020 09:20:21 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyseventeen/functions.php
r49208 r49584 44 44 */ 45 45 add_theme_support( 'title-tag' ); 46 47 /* 48 * Enables custom line height for blocks 49 */ 50 add_theme_support( 'custom-line-height' ); 46 51 47 52 /* … … 665 670 */ 666 671 require get_parent_theme_file_path( '/inc/icon-functions.php' ); 672 673 /** 674 * Block Patterns. 675 */ 676 require get_template_directory() . '/inc/block-patterns.php';
Note: See TracChangeset
for help on using the changeset viewer.