Changeset 51103
- Timestamp:
- 06/08/2021 06:02:20 PM (4 years ago)
- Location:
- trunk/src/wp-content/themes/twentyeleven
- Files:
-
- 4 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyeleven/functions.php
r49763 r51103 137 137 // Grab Twenty Eleven's Ephemera widget. 138 138 require get_template_directory() . '/inc/widgets.php'; 139 140 // Load block patterns. 141 require get_template_directory() . '/inc/block-patterns.php'; 139 142 140 143 // Add default posts and comments RSS feed links to <head>. -
trunk/src/wp-content/themes/twentyeleven/readme.txt
r51042 r51103 6 6 License: GPLv2 or later 7 7 License URI: http://www.gnu.org/licenses/gpl-2.0.html 8 Tags: blog, one-column, two-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-image-header, featured-images, flexible-header, footer-widgets, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready 8 Tags: blog, one-column, two-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-image-header, featured-images, flexible-header, footer-widgets, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, block-patterns 9 9 10 10 == Description == … … 41 41 Licenses: MIT/GPL2 42 42 Source: https://github.com/aFarkas/html5shiv 43 44 Images 45 "Yellow Flower Photo" by Bernard Spragg. CC0. https://stocksnap.io/photo/yellow-flower-GWT9JVALSV 46 "People Woman Photo" by Brooke Cagle. CC0. https://stocksnap.io/photo/people-woman-MU7G67710S 43 47 44 48 == Changelog == -
trunk/src/wp-content/themes/twentyeleven/style.css
r50507 r51103 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, one-column, two-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-image-header, featured-images, flexible-header, footer-widgets, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready 11 Tags: blog, one-column, two-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-image-header, featured-images, flexible-header, footer-widgets, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, block-patterns 12 12 Text Domain: twentyeleven 13 13 */
Note: See TracChangeset
for help on using the changeset viewer.