Changeset 49584
- Timestamp:
- 11/12/2020 09:20:21 PM (4 years ago)
- Location:
- trunk/src/wp-content/themes/twentyseventeen
- Files:
-
- 4 added
- 3 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'; -
trunk/src/wp-content/themes/twentyseventeen/readme.txt
r49322 r49584 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, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready 7 Tags: one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, block-patterns 8 8 9 9 == Description == … … 57 57 License: CC0 1.0 Universal (CC0 1.0) 58 58 Source: https://unsplash.com/@englr?photo=bIhpiQA009k 59 60 Bundled block pattern images, Copyright Solo Shutter 61 License: CC0 1.0 Universal (CC0 1.0) 62 Source: https://stocksnap.io/photo/striped-lines-BTNYMDDCBW 63 https://stocksnap.io/photo/striped-lines-5XWOPSWPWX 64 65 Bundled block pattern image, Copyright Seacoast Sage 66 License: CC0 1.0 Universal (CC0 1.0) 67 Source: https://stocksnap.io/photo/striped-fabric-9CBVWF2CDU 59 68 60 69 == Changelog == -
trunk/src/wp-content/themes/twentyseventeen/style.css
r48775 r49584 11 11 License URI: http://www.gnu.org/licenses/gpl-2.0.html 12 12 Text Domain: twentyseventeen 13 Tags: one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready 13 Tags: one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, block-patterns 14 14 15 15 This theme, like WordPress, is licensed under the GPL.
Note: See TracChangeset
for help on using the changeset viewer.