- Timestamp:
- 07/22/2021 03:03:11 PM (4 years ago)
- Location:
- twentyten/3.4
- Files:
-
- 5 added
- 4 edited
- 1 copied
-
. (copied) (copied from twentyten/3.3)
-
block-patterns.php (added)
-
comments.php (modified) (1 diff)
-
functions.php (modified) (1 diff)
-
images/patterns (added)
-
images/patterns/pattern-barn.jpg (added)
-
images/patterns/pattern-dock.jpg (added)
-
images/patterns/pattern-lake.jpg (added)
-
readme.txt (modified) (2 diffs)
-
style.css (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
twentyten/3.4/comments.php
r140033 r151894 43 43 } else { 44 44 printf( 45 /* translators: %1$s: The number of comments. %2$s: The post title. */45 /* translators: 1: The number of comments, 2: The post title. */ 46 46 _n( '%1$s Response to %2$s', '%1$s Responses to %2$s', get_comments_number(), 'twentyten' ), 47 47 number_format_i18n( get_comments_number() ), -
twentyten/3.4/functions.php
r140033 r151894 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 /** -
twentyten/3.4/readme.txt
r144386 r151894 1 1 === Twenty Ten === 2 2 Contributors: wordpressdotorg 3 Tested up to: 5. 64 Stable tag: 3. 33 Tested up to: 5.8 4 Stable tag: 3.4 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 == … … 35 35 GNU General Public License for more details. 36 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 42 37 43 == Changelog == 44 45 = 3.4 = 46 * Released: July 20, 2021 47 48 https://codex.wordpress.org/Twenty_Ten_Theme_Changelog#Version_3.4 38 49 39 50 = 3.3 = -
twentyten/3.4/style.css
r144386 r151894 5 5 Author: the WordPress team 6 6 Author URI: https://wordpress.org/ 7 Version: 3. 37 Version: 3.4 8 8 Requires at least: 3.0 9 9 Requires PHP: 5.2.4 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 */ … … 1286 1286 padding: 0; 1287 1287 } 1288 1289 #main .widget-area ul.wp-block-latest-posts.wp-block-latest-posts__list { 1290 list-style: square; 1291 } 1292 1288 1293 #primary { 1289 1294 }
Note: See TracChangeset
for help on using the changeset viewer.