Changeset 49583 for trunk/src/wp-content/themes/twentysixteen/functions.php
- Timestamp:
- 11/12/2020 09:12:32 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentysixteen/functions.php
r49208 r49583 217 217 // Indicate widget sidebars can use selective refresh in the Customizer. 218 218 add_theme_support( 'customize-selective-refresh-widgets' ); 219 220 // Add support for custom line height controls. 221 add_theme_support( 'custom-line-height' ); 219 222 } 220 223 endif; // twentysixteen_setup() … … 508 511 509 512 /** 513 * Block Patterns. 514 */ 515 require get_template_directory() . '/inc/block-patterns.php'; 516 517 /** 510 518 * Customizer additions. 511 519 */
Note: See TracChangeset
for help on using the changeset viewer.