Changeset 49583
- Timestamp:
- 11/12/2020 09:12:32 PM (4 years ago)
- Location:
- trunk/src/wp-content/themes/twentysixteen
- Files:
-
- 1 added
- 3 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 */ -
trunk/src/wp-content/themes/twentysixteen/readme.txt
r49322 r49583 5 5 License: GPLv2 or later 6 6 License URI: http://www.gnu.org/licenses/gpl-2.0.html 7 Tags: one-column, two-columns, right-sidebar, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready, blog 7 Tags: one-column, two-columns, right-sidebar, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready, blog, block-patterns 8 8 9 9 == Description == -
trunk/src/wp-content/themes/twentysixteen/style.css
r49470 r49583 10 10 License: GNU General Public License v2 or later 11 11 License URI: http://www.gnu.org/licenses/gpl-2.0.html 12 Tags: one-column, two-columns, right-sidebar, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready, blog 12 Tags: one-column, two-columns, right-sidebar, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready, blog, block-patterns 13 13 Text Domain: twentysixteen 14 14
Note: See TracChangeset
for help on using the changeset viewer.