Make WordPress Themes

Changeset 248592


Ignore:
Timestamp:
11/12/2024 11:51:21 PM (13 months ago)
Author:
themedropbox
Message:

New version of Twenty Fourteen - 4.1

Location:
twentyfourteen/4.1
Files:
23 edited
1 copied

Legend:

Unmodified
Added
Removed
  • twentyfourteen/4.1/content-aside.php

    r168444 r248592  
    77 * @since Twenty Fourteen 1.0
    88 */
     9
    910?>
    1011
  • twentyfourteen/4.1/content-audio.php

    r168444 r248592  
    77 * @since Twenty Fourteen 1.0
    88 */
     9
    910?>
    1011
  • twentyfourteen/4.1/content-featured-post.php

    r151902 r248592  
    77 * @since Twenty Fourteen 1.0
    88 */
     9
    910?>
    1011
  • twentyfourteen/4.1/content-gallery.php

    r168444 r248592  
    77 * @since Twenty Fourteen 1.0
    88 */
     9
    910?>
    1011
  • twentyfourteen/4.1/content-image.php

    r168444 r248592  
    77 * @since Twenty Fourteen 1.0
    88 */
     9
    910?>
    1011
  • twentyfourteen/4.1/content-link.php

    r168444 r248592  
    77 * @since Twenty Fourteen 1.0
    88 */
     9
    910?>
    1011
  • twentyfourteen/4.1/content-none.php

    r151902 r248592  
    77 * @since Twenty Fourteen 1.0
    88 */
     9
    910?>
    1011
  • twentyfourteen/4.1/content-page.php

    r151902 r248592  
    77 * @since Twenty Fourteen 1.0
    88 */
     9
    910?>
    1011
  • twentyfourteen/4.1/content-quote.php

    r168444 r248592  
    77 * @since Twenty Fourteen 1.0
    88 */
     9
    910?>
    1011
  • twentyfourteen/4.1/content-video.php

    r168444 r248592  
    77 * @since Twenty Fourteen 1.0
    88 */
     9
    910?>
    1011
  • twentyfourteen/4.1/content.php

    r168444 r248592  
    99 * @since Twenty Fourteen 1.0
    1010 */
     11
    1112?>
    1213
  • twentyfourteen/4.1/css/blocks.css

    r235016 r248592  
    238238}
    239239
    240 .wp-block-table:not(.is-style-stripes) th,
    241 .wp-block-table:not(.is-style-stripes) td {
     240.wp-block-table:where(:not(.is-style-stripes)) th,
     241.wp-block-table:where(:not(.is-style-stripes)) td {
    242242    border-color: rgba(0, 0, 0, 0.1);
    243243    border-width: 0 1px 1px 0;
    244 }
    245 
    246 .wp-block-table:not(.is-style-stripes) table[class*="-text-color"] * {
    247     border-color: inherit;
    248     border: 1px solid;
    249244}
    250245
  • twentyfourteen/4.1/css/editor-blocks.css

    r235016 r248592  
    156156/* Captions */
    157157
     158[class*=" wp-block-"] figcaption,
    158159[class^="wp-block-"] figcaption,
    159160[class^="wp-block-"] figcaption.editor-rich-text__tinymce.mce-content-body {
     
    166167/* Tables */
    167168
    168 .edit-post-visual-editor .editor-block-list__block table,
    169 .edit-post-visual-editor .editor-block-list__block table th,
    170 .edit-post-visual-editor .editor-block-list__block table td {
    171     border: 1px solid rgba(0, 0, 0, 0.1);
     169.editor-styles-wrapper table,
     170.editor-styles-wrapper table th,
     171.editor-styles-wrapper table td {
    172172    font-size: 14px;
    173173    line-height: 1.2857142857;
    174174}
    175175
    176 .edit-post-visual-editor .editor-block-list__block table {
    177     border-collapse: separate;
     176.editor-styles-wrapper table {
     177    border-collapse: collapse;
    178178    border-spacing: 0;
    179     border-width: 1px 0 0 1px;
    180179    margin-bottom: 24px;
    181180    width: 100%;
    182181}
    183182
    184 .edit-post-visual-editor .editor-block-list__block table th {
    185     border-width: 0 1px 1px 0;
     183.editor-styles-wrapper table th {
    186184    font-weight: 700;
    187185    text-align: left;
     
    189187}
    190188
    191 .edit-post-visual-editor .editor-block-list__block table td {
    192     border-width: 0 1px 1px 0;
    193 }
    194 
    195 .rtl .edit-post-visual-editor .editor-block-list__block table th {
     189.rtl .editor-styles-wrapper table th,
     190[dir="rtl"] .editor-styles-wrapper table th {
    196191    text-align: right;
    197192}
    198193
    199 .editor-styles-wrapper .wp-block-table:not(.is-style-stripes) table:not([class*="-text-color"]) * {
    200     border-color: rgba(0, 0, 0, 0.1);
     194.editor-styles-wrapper :where(:not(.is-style-stripes)) > table:where(:not(.is-style-stripes)),
     195.editor-styles-wrapper :where(:not(.is-style-stripes)) > table:where(:not(.is-style-stripes)) th,
     196.editor-styles-wrapper :where(:not(.is-style-stripes)) > table:where(:not(.is-style-stripes)) td {
     197    border: 1px solid rgba(0, 0, 0, 0.1);
    201198}
    202199
     
    421418}
    422419
    423 /* Verse */
    424 
    425 .editor-styles-wrapper .wp-block-verse {
    426     font-family: inherit;
    427 }
    428 
    429420/*--------------------------------------------------------------
    4304215.0 Blocks - Layout Elements
  • twentyfourteen/4.1/featured-content.php

    r151902 r248592  
    77 * @since Twenty Fourteen 1.0
    88 */
     9
    910?>
    1011
  • twentyfourteen/4.1/footer.php

    r161206 r248592  
    99 * @since Twenty Fourteen 1.0
    1010 */
     11
    1112?>
    1213
  • twentyfourteen/4.1/functions.php

    r235016 r248592  
    346346
    347347    // Load our main stylesheet.
    348     wp_enqueue_style( 'twentyfourteen-style', get_stylesheet_uri(), array(), '20240716' );
     348    wp_enqueue_style( 'twentyfourteen-style', get_stylesheet_uri(), array(), '20241112' );
    349349
    350350    // Theme block stylesheet.
    351     wp_enqueue_style( 'twentyfourteen-block-style', get_template_directory_uri() . '/css/blocks.css', array( 'twentyfourteen-style' ), '20240613' );
     351    wp_enqueue_style( 'twentyfourteen-block-style', get_template_directory_uri() . '/css/blocks.css', array( 'twentyfourteen-style' ), '20240708' );
    352352
    353353    // Load the Internet Explorer specific stylesheet.
     
    445445function twentyfourteen_block_editor_styles() {
    446446    // Block styles.
    447     wp_enqueue_style( 'twentyfourteen-block-editor-style', get_template_directory_uri() . '/css/editor-blocks.css', array(), '20240613' );
     447    wp_enqueue_style( 'twentyfourteen-block-editor-style', get_template_directory_uri() . '/css/editor-blocks.css', array(), '20240716' );
    448448    // Add custom fonts.
    449449    $font_version = ( 0 === strpos( (string) twentyfourteen_font_url(), get_template_directory_uri() . '/' ) ) ? '20230328' : null;
     
    729729require get_template_directory() . '/inc/customizer.php';
    730730
    731 // Add support for block patterns.
    732 require get_template_directory() . '/inc/block-patterns.php';
     731/**
     732 * Register block patterns and pattern categories.
     733 *
     734 * @since Twenty Fourteen 4.1
     735 */
     736function twentyfourteen_register_block_patterns() {
     737    require get_template_directory() . '/inc/block-patterns.php';
     738}
     739
     740add_action( 'init', 'twentyfourteen_register_block_patterns' );
    733741
    734742/*
  • twentyfourteen/4.1/header.php

    r207571 r248592  
    2121<head>
    2222    <meta charset="<?php bloginfo( 'charset' ); ?>">
    23     <meta name="viewport" content="width=device-width">
     23    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    2424    <title><?php wp_title( '|', true, 'right' ); ?></title>
    2525    <link rel="profile" href="https://gmpg.org/xfn/11">
  • twentyfourteen/4.1/inc/block-patterns.php

    r161206 r248592  
    2727if ( function_exists( 'register_block_pattern' ) ) {
    2828
    29     // Description
     29    // Description.
    3030    register_block_pattern(
    3131        'twentyfourteen/about',
     
    3838    );
    3939
    40     // Description
     40    // Description.
    4141    register_block_pattern(
    4242        'twentyfourteen/list',
  • twentyfourteen/4.1/inc/featured-content.php

    r235016 r248592  
    281281     * @param array $terms      List of term objects. This is the return value of get_terms().
    282282     * @param array $taxonomies An array of taxonomy slugs.
     283     * @param array $args       An array of get_terms() arguments.
    283284     * @return array A filtered array of terms.
    284285     *
  • twentyfourteen/4.1/inc/widgets.php

    r161206 r248592  
    1111 * @since Twenty Fourteen 1.0
    1212 */
    13 
    1413class Twenty_Fourteen_Ephemera_Widget extends WP_Widget {
    1514
  • twentyfourteen/4.1/readme.txt

    r235016 r248592  
    22Contributors: wordpressdotorg
    33Requires at least: 3.6
    4 Tested up to: 6.6
     4Tested up to: 6.7
    55Requires PHP: 5.2.4
    6 Stable tag: 4.0
     6Stable tag: 4.1
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    2424== Copyright ==
    2525
    26 Twenty Fourteen WordPress Theme, Copyright 2013-2024 WordPress.org & Automattic.com
     26Twenty Fourteen WordPress Theme, Copyright 2013-2024 WordPress.org, Automattic Inc., and contributors.
    2727Twenty Fourteen is Distributed under the terms of the GNU GPL
    2828
     
    4646Source: https://github.com/aFarkas/html5shiv
    4747
    48 Genericons icon font, Copyright 2013-2017 Automattic.com
     48Genericons icon font, Copyright 2013-2017 Automattic Inc.
    4949License: GNU GPL, Version 2 (or later)
    5050Source: http://www.genericons.com
     
    6565== Changelog ==
    6666
     67= 4.1 =
     68* Released: November 12, 2024
     69
     70https://wordpress.org/documentation/article/twenty-fourteen-changelog/#Version_4.1
     71
    6772= 4.0 =
    6873* Released: July 16, 2024
  • twentyfourteen/4.1/sidebar.php

    r161206 r248592  
    77 * @since Twenty Fourteen 1.0
    88 */
     9
    910?>
    1011<div id="secondary">
  • twentyfourteen/4.1/style.css

    r235016 r248592  
    55Author URI: https://wordpress.org/
    66Description: In 2014, our default theme lets you create a responsive magazine website with a sleek, modern design. Feature your favorite homepage content in either a grid or a slider. Use the three widget areas to customize your website, and change your content's layout with a full-width page template and a contributor page to show off your authors. Creating a magazine website with WordPress has never been easier.
    7 Version: 4.0
     7Version: 4.1
    88Requires at least: 3.6
    9 Tested up to: 6.6
     9Tested up to: 6.7
    1010Requires PHP: 5.2.4
    1111License: GNU General Public License v2 or later
Note: See TracChangeset for help on using the changeset viewer.