Changeset 51045
- Timestamp:
- 05/28/2021 06:16:37 PM (3 years ago)
- Location:
- trunk/src/wp-content/themes/twentyfourteen
- Files:
-
- 6 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyfourteen/functions.php
r49763 r51045 679 679 require get_template_directory() . '/inc/customizer.php'; 680 680 681 // Add support for block patterns. 682 require get_template_directory() . '/inc/block-patterns.php'; 683 681 684 /* 682 685 * Add Featured Content functionality. -
trunk/src/wp-content/themes/twentyfourteen/readme.txt
r51042 r51045 6 6 License: GPLv2 or later 7 7 License URI: http://www.gnu.org/licenses/gpl-2.0.html 8 Tags: blog, news, two-columns, three-columns, left-sidebar, right-sidebar, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, footer-widgets, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready 8 Tags: blog, news, two-columns, three-columns, left-sidebar, right-sidebar, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, footer-widgets, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready, block-patterns 9 9 10 10 == Description == … … 48 48 License: GNU GPL, Version 2 (or later) 49 49 Source: http://www.genericons.com 50 51 Photos from Stocksnap, used in block patterns. 52 License: CC0 53 Source: https://stocksnap.io/photo/fog-mountain-ZKN6UKFKEO 54 https://stocksnap.io/photo/ocean-beach-AEZJXB5LL5 55 https://stocksnap.io/photo/architecture-building-BIL5D73PRC 56 https://stocksnap.io/photo/sea-ocean-G5GBM522C6 57 https://stocksnap.io/photo/guy-man-7CFLDIWXK5 50 58 51 59 == Changelog == -
trunk/src/wp-content/themes/twentyfourteen/style.css
r50507 r51045 9 9 License: GNU General Public License v2 or later 10 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html 11 Tags: blog, news, two-columns, three-columns, left-sidebar, right-sidebar, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, footer-widgets, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready 11 Tags: blog, news, two-columns, three-columns, left-sidebar, right-sidebar, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, footer-widgets, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready, block-patterns 12 12 Text Domain: twentyfourteen 13 13
Note: See TracChangeset
for help on using the changeset viewer.