Make WordPress Themes

Changeset 151894 for twentyten


Ignore:
Timestamp:
07/22/2021 03:03:11 PM (4 years ago)
Author:
themedropbox
Message:

New version of Twenty Ten - 3.4

Location:
twentyten/3.4
Files:
5 added
4 edited
1 copied

Legend:

Unmodified
Added
Removed
  • twentyten/3.4/comments.php

    r140033 r151894  
    4343            } else {
    4444                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. */
    4646                    _n( '%1$s Response to %2$s', '%1$s Responses to %2$s', get_comments_number(), 'twentyten' ),
    4747                    number_format_i18n( get_comments_number() ),
  • twentyten/3.4/functions.php

    r140033 r151894  
    740740add_action( 'enqueue_block_editor_assets', 'twentyten_block_editor_styles' );
    741741
     742// Block Patterns.
     743require get_stylesheet_directory() . '/block-patterns.php';
     744
    742745if ( ! function_exists( 'wp_body_open' ) ) :
    743746    /**
  • twentyten/3.4/readme.txt

    r144386 r151894  
    11=== Twenty Ten ===
    22Contributors: wordpressdotorg
    3 Tested up to: 5.6
    4 Stable tag: 3.3
     3Tested up to: 5.8
     4Stable tag: 3.4
    55License: GPLv2 or later
    66License 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
     7Tags: 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
    88
    99== Description ==
     
    3535GNU General Public License for more details.
    3636
     37Images
     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
    3743== Changelog ==
     44
     45= 3.4 =
     46* Released: July 20, 2021
     47
     48https://codex.wordpress.org/Twenty_Ten_Theme_Changelog#Version_3.4
    3849
    3950= 3.3 =
  • twentyten/3.4/style.css

    r144386 r151894  
    55Author: the WordPress team
    66Author URI: https://wordpress.org/
    7 Version: 3.3
     7Version: 3.4
    88Requires at least: 3.0
    99Requires PHP: 5.2.4
    1010License: GNU General Public License v2 or later
    1111License 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
     12Tags: 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
    1313Text Domain: twentyten
    1414*/
     
    12861286    padding: 0;
    12871287}
     1288
     1289#main .widget-area ul.wp-block-latest-posts.wp-block-latest-posts__list {
     1290    list-style: square;
     1291}
     1292
    12881293#primary {
    12891294}
Note: See TracChangeset for help on using the changeset viewer.