Changeset 51106
- Timestamp:
- 06/08/2021 06:52:55 PM (4 years ago)
- Location:
- trunk/src/wp-content/themes/twentyten
- Files:
-
- 5 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyten/functions.php
r49763 r51106 740 740 add_action( 'enqueue_block_editor_assets', 'twentyten_block_editor_styles' ); 741 741 742 // Block Patterns. 743 require get_stylesheet_directory() . '/block-patterns.php'; 744 742 745 if ( ! function_exists( 'wp_body_open' ) ) : 743 746 /** -
trunk/src/wp-content/themes/twentyten/readme.txt
r51042 r51106 5 5 License: GPLv2 or later 6 6 License URI: http://www.gnu.org/licenses/gpl-2.0.html 7 Tags: blog, two-columns, custom-header, custom-background, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style, custom-menu, flexible-header, featured-images, footer-widgets, featured-image-header 7 Tags: blog, two-columns, custom-header, custom-background, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style, custom-menu, flexible-header, featured-images, footer-widgets, featured-image-header, block-patterns 8 8 9 9 == Description == … … 34 34 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 35 35 GNU General Public License for more details. 36 37 Images 38 39 “Boats Water Photo” by Bonnie Moreland. CC0. https://stocksnap.io/photo/boats-water-JZETH8NO7I 40 “Lake Sunset Photo” by Bonnie Moreland. CC0. https://stocksnap.io/photo/lake-sunset-XYK6WMBSOJ 41 “Old Barn Photo” by Bonnie Moreland. CC0. https://stocksnap.io/photo/old-barn-4HMJ2KQVX9 36 42 37 43 == Changelog == -
trunk/src/wp-content/themes/twentyten/style.css
r50507 r51106 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, two-columns, custom-header, custom-background, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style, custom-menu, flexible-header, featured-images, footer-widgets, featured-image-header 12 Tags: blog, two-columns, custom-header, custom-background, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style, custom-menu, flexible-header, featured-images, footer-widgets, featured-image-header, block-patterns 13 13 Text Domain: twentyten 14 14 */
Note: See TracChangeset
for help on using the changeset viewer.