Changeset 51033
- Timestamp:
- 05/26/2021 04:38:53 PM (4 years ago)
- Location:
- trunk/src/wp-content/themes/twentytwelve
- Files:
-
- 6 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentytwelve/functions.php
r49758 r51033 132 132 */ 133 133 require get_template_directory() . '/inc/custom-header.php'; 134 135 /** 136 * Add block patterns. 137 */ 138 require get_template_directory() . '/inc/block-patterns.php'; 134 139 135 140 /** -
trunk/src/wp-content/themes/twentytwelve/readme.txt
r50669 r51033 5 5 License: GPLv2 or later 6 6 License URI: http://www.gnu.org/licenses/gpl-2.0.html 7 Tags: blog, one-column, two-columns, 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 7 Tags: blog, one-column, two-columns, 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, block-patterns 8 8 9 9 == Description == … … 40 40 Licenses: MIT/GPL2 41 41 Source: https://github.com/aFarkas/html5shiv 42 43 "Fall Leaf Photo" by Tim Sullivan. CC0. https://stocksnap.io/photo/fall-leaf-ZBK0NLVP2B 44 "Fall Leaf Photo" by Tim Sullivan. CC0. https://stocksnap.io/photo/fall-leaf-EEGO4GCPQD 45 "Autumn City Photo" by Oleg Prokopenko. CC0. https://stocksnap.io/photo/autumn-city-PZP8EWR5MR 42 46 43 47 == Changelog == -
trunk/src/wp-content/themes/twentytwelve/style.css
r50596 r51033 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: blog, one-column, two-columns, 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 12 Tags: blog, one-column, two-columns, 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, block-patterns 13 13 Text Domain: twentytwelve 14 14
Note: See TracChangeset
for help on using the changeset viewer.