Make WordPress Core

Ticket #59816: 59816.19.02.2024.diff

File 59816.19.02.2024.diff, 36.6 KB (added by kushang78, 2 years ago)

Added latest patch for this ticket.

  • src/wp-content/themes/twentyeleven/header.php

    diff --git a/src/wp-content/themes/twentyeleven/header.php b/src/wp-content/themes/twentyeleven/header.php
    index 29d4cc0708..de8e52a49d 100644
    a b if ( ( $paged >= 2 || $page >= 2 ) && ! is_404() ) { 
    4949?>
    5050        </title>
    5151<link rel="profile" href="https://gmpg.org/xfn/11" />
    52 <link rel="stylesheet" type="text/css" media="all" href="<?php echo esc_url( get_stylesheet_uri() ); ?>?ver=20231107" />
     52<link rel="stylesheet" type="text/css" media="all" href="<?php echo esc_url( get_stylesheet_uri() ); ?>?ver=20240326" />
    5353<link rel="pingback" href="<?php echo esc_url( get_bloginfo( 'pingback_url' ) ); ?>">
    5454<!--[if lt IE 9]>
    5555<script src="<?php echo esc_url( get_template_directory_uri() ); ?>/js/html5.js?ver=3.7.0" type="text/javascript"></script>
  • src/wp-content/themes/twentyeleven/readme.txt

    diff --git a/src/wp-content/themes/twentyeleven/readme.txt b/src/wp-content/themes/twentyeleven/readme.txt
    index 0badf563ba..af0f1f3d6d 100644
    a b  
    11=== Twenty Eleven ===
    22Contributors: wordpressdotorg
    33Requires at least: 3.2
    4 Tested up to: 6.4
     4Tested up to: 6.5
    55Requires PHP: 5.2.4
    6 Stable tag: 4.5
     6Stable tag: 4.6
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
    99Tags: 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
    Images 
    4848
    4949== Changelog ==
    5050
     51= 4.6 =
     52* Released: March 26, 2024
     53
     54https://codex.wordpress.org/Twenty_Eleven_Theme_Changelog#Version_4.6
     55
    5156= 4.5 =
    5257* Released: November 7, 2023
    5358
  • src/wp-content/themes/twentyeleven/style.css

    diff --git a/src/wp-content/themes/twentyeleven/style.css b/src/wp-content/themes/twentyeleven/style.css
    index 4aea9956b0..a39ea75b5e 100644
    a b Theme URI: https://wordpress.org/themes/twentyeleven/ 
    44Author: the WordPress team
    55Author URI: https://wordpress.org/
    66Description: The 2011 theme for WordPress is sophisticated, lightweight, and adaptable. Make it yours with a custom menu, header image, and background -- then go further with available theme options for light or dark color scheme, custom link colors, and three layout choices. Twenty Eleven comes equipped with a Showcase page template that transforms your front page into a showcase to show off your best content, widget support galore (sidebar, three footer areas, and a Showcase page widget area), and a custom "Ephemera" widget to display your Aside, Link, Quote, or Status posts. Included are styles for print and for the admin editor, support for featured images (as custom header images on posts and pages and as large images on featured "sticky" posts), and special styles for six different post formats.
    7 Version: 4.5
     7Version: 4.6
    88Requires at least: 3.2
    9 Tested up to: 6.4
     9Tested up to: 6.5
    1010Requires PHP: 5.2.4
    1111License: GNU General Public License v2 or later
    1212License URI: http://www.gnu.org/licenses/gpl-2.0.html
  • src/wp-content/themes/twentyfifteen/functions.php

    diff --git a/src/wp-content/themes/twentyfifteen/functions.php b/src/wp-content/themes/twentyfifteen/functions.php
    index 0a1b3a2e6d..4d65c24f90 100644
    a b function twentyfifteen_scripts() { 
    430430        wp_enqueue_style( 'genericons', get_template_directory_uri() . '/genericons/genericons.css', array(), '20201026' );
    431431
    432432        // Load our main stylesheet.
    433         wp_enqueue_style( 'twentyfifteen-style', get_stylesheet_uri(), array(), '20231107' );
     433        wp_enqueue_style( 'twentyfifteen-style', get_stylesheet_uri(), array(), '20240326' );
    434434
    435435        // Theme block stylesheet.
    436436        wp_enqueue_style( 'twentyfifteen-block-style', get_template_directory_uri() . '/css/blocks.css', array( 'twentyfifteen-style' ), '20230623' );
  • src/wp-content/themes/twentyfifteen/readme.txt

    diff --git a/src/wp-content/themes/twentyfifteen/readme.txt b/src/wp-content/themes/twentyfifteen/readme.txt
    index e71c1b48ee..8393694fa6 100644
    a b  
    11=== Twenty Fifteen ===
    22Contributors: wordpressdotorg
    33Requires at least: 4.1
    4 Tested up to: 6.4
     4Tested up to: 6.5
    55Requires PHP: 5.2.4
    6 Version: 3.6
     6Version: 3.7
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
    99Tags: blog, two-columns, left-sidebar, accessibility-ready, custom-background, custom-colors, custom-header, custom-logo, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready, block-patterns
    Source: https://stocksnap.io/photo/purple-yellow-ACF0693B9C 
    7777
    7878== Changelog ==
    7979
     80= 3.7 =
     81* Released: March 26, 2024
     82
     83https://codex.wordpress.org/Twenty_Fifteen_Theme_Changelog#Version_3.7
     84
    8085= 3.6 =
    8186* Released: November 7, 2023
    8287
  • src/wp-content/themes/twentyfifteen/style.css

    diff --git a/src/wp-content/themes/twentyfifteen/style.css b/src/wp-content/themes/twentyfifteen/style.css
    index ffa35a21fe..28f008b58b 100644
    a b Theme URI: https://wordpress.org/themes/twentyfifteen/ 
    44Author: the WordPress team
    55Author URI: https://wordpress.org/
    66Description: Our 2015 default theme is clean, blog-focused, and designed for clarity. Twenty Fifteen's simple, straightforward typography is readable on a wide variety of screen sizes, and suitable for multiple languages. We designed it using a mobile-first approach, meaning your content takes center-stage, regardless of whether your visitors arrive by smartphone, tablet, laptop, or desktop computer.
    7 Version: 3.6
     7Version: 3.7
    88Requires at least: 4.1
    9 Tested up to: 6.4
     9Tested up to: 6.5
    1010Requires PHP: 5.2.4
    1111License: GNU General Public License v2 or later
    1212License URI: http://www.gnu.org/licenses/gpl-2.0.html
  • src/wp-content/themes/twentyfourteen/functions.php

    diff --git a/src/wp-content/themes/twentyfourteen/functions.php b/src/wp-content/themes/twentyfourteen/functions.php
    index f6db24f3c1..6d063393ab 100644
    a b function twentyfourteen_scripts() { 
    345345        wp_enqueue_style( 'genericons', get_template_directory_uri() . '/genericons/genericons.css', array(), '3.0.3' );
    346346
    347347        // Load our main stylesheet.
    348         wp_enqueue_style( 'twentyfourteen-style', get_stylesheet_uri(), array(), '20231107' );
     348        wp_enqueue_style( 'twentyfourteen-style', get_stylesheet_uri(), array(), '20240326' );
    349349
    350350        // Theme block stylesheet.
    351351        wp_enqueue_style( 'twentyfourteen-block-style', get_template_directory_uri() . '/css/blocks.css', array( 'twentyfourteen-style' ), '20230630' );
  • src/wp-content/themes/twentyfourteen/readme.txt

    diff --git a/src/wp-content/themes/twentyfourteen/readme.txt b/src/wp-content/themes/twentyfourteen/readme.txt
    index b6df0af877..889ae039db 100644
    a b  
    11=== Twenty Fourteen ===
    22Contributors: wordpressdotorg
    33Requires at least: 3.6
    4 Tested up to: 6.4
     4Tested up to: 6.5
    55Requires PHP: 5.2.4
    6 Stable tag: 3.8
     6Stable tag: 3.9
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
    99Tags: blog, news, two-columns, three-columns, left-sidebar, right-sidebar, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, footer-widgets, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready, block-patterns
    Source: https://stocksnap.io/photo/fog-mountain-ZKN6UKFKEO 
    6464
    6565== Changelog ==
    6666
     67= 3.9 =
     68* Released: March 26, 2024
     69
     70https://codex.wordpress.org/Twenty_Fourteen_Theme_Changelog#Version_3.9
     71
    6772= 3.8 =
    6873* Released: November 7, 2023
    6974
  • src/wp-content/themes/twentyfourteen/style.css

    diff --git a/src/wp-content/themes/twentyfourteen/style.css b/src/wp-content/themes/twentyfourteen/style.css
    index 3e1c6567f2..8c6f821552 100644
    a b Theme URI: https://wordpress.org/themes/twentyfourteen/ 
    44Author: the WordPress team
    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: 3.8
     7Version: 3.9
    88Requires at least: 3.6
    9 Tested up to: 6.4
     9Tested up to: 6.5
    1010Requires PHP: 5.2.4
    1111License: GNU General Public License v2 or later
    1212License URI: http://www.gnu.org/licenses/gpl-2.0.html
  • src/wp-content/themes/twentynineteen/readme.txt

    diff --git a/src/wp-content/themes/twentynineteen/readme.txt b/src/wp-content/themes/twentynineteen/readme.txt
    index aad50e5f54..ad7e46df4a 100644
    a b  
    22Contributors: wordpressdotorg
    33Tags: one-column, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, rtl-language-support, sticky-post, threaded-comments, translation-ready, block-patterns
    44Requires at least: 4.7
    5 Tested up to: 6.4
     5Tested up to: 6.5
    66Requires PHP: 5.2.4
    7 Stable tag: 2.7
     7Stable tag: 2.8
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
    1010
    GNU General Public License for more details. 
    4040
    4141== Changelog ==
    4242
     43= 2.8 =
     44* Released: March 26, 2024
     45
     46https://codex.wordpress.org/Twenty_Nineteen_Theme_Changelog#Version_2.8
     47
    4348= 2.7 =
    4449* Released: November 7, 2023
    4550
  • src/wp-content/themes/twentynineteen/style-rtl.css

    diff --git a/src/wp-content/themes/twentynineteen/style-rtl.css b/src/wp-content/themes/twentynineteen/style-rtl.css
    index de379c35b0..022197636c 100644
    a b Theme URI: https://wordpress.org/themes/twentynineteen/ 
    55Author: the WordPress team
    66Author URI: https://wordpress.org/
    77Description: Our 2019 default theme is designed to show off the power of the block editor. It features custom styles for all the default blocks, and is built so that what you see in the editor looks like what you'll see on your website. Twenty Nineteen is designed to be adaptable to a wide range of websites, whether you’re running a photo blog, launching a new business, or supporting a non-profit. Featuring ample whitespace and modern sans-serif headlines paired with classic serif body text, it's built to be beautiful on all screen sizes.
    8 Tested up to: 6.4
     8Tested up to: 6.5
    99Requires at least: 4.7
    1010Requires PHP: 5.2.4
    11 Version: 2.7
     11Version: 2.8
    1212License: GNU General Public License v2 or later
    1313License URI: http://www.gnu.org/licenses/gpl-2.0.html
    1414Text Domain: twentynineteen
  • src/wp-content/themes/twentynineteen/style.css

    diff --git a/src/wp-content/themes/twentynineteen/style.css b/src/wp-content/themes/twentynineteen/style.css
    index 0ddd9657d3..04d6cf237b 100644
    a b Theme URI: https://wordpress.org/themes/twentynineteen/ 
    55Author: the WordPress team
    66Author URI: https://wordpress.org/
    77Description: Our 2019 default theme is designed to show off the power of the block editor. It features custom styles for all the default blocks, and is built so that what you see in the editor looks like what you'll see on your website. Twenty Nineteen is designed to be adaptable to a wide range of websites, whether you’re running a photo blog, launching a new business, or supporting a non-profit. Featuring ample whitespace and modern sans-serif headlines paired with classic serif body text, it's built to be beautiful on all screen sizes.
    8 Tested up to: 6.4
     8Tested up to: 6.5
    99Requires at least: 4.7
    1010Requires PHP: 5.2.4
    11 Version: 2.7
     11Version: 2.8
    1212License: GNU General Public License v2 or later
    1313License URI: http://www.gnu.org/licenses/gpl-2.0.html
    1414Text Domain: twentynineteen
  • src/wp-content/themes/twentynineteen/style.scss

    diff --git a/src/wp-content/themes/twentynineteen/style.scss b/src/wp-content/themes/twentynineteen/style.scss
    index 1d7864f8df..7e00ba892a 100644
    a b Theme URI: https://wordpress.org/themes/twentynineteen/ 
    44Author: the WordPress team
    55Author URI: https://wordpress.org/
    66Description: Our 2019 default theme is designed to show off the power of the block editor. It features custom styles for all the default blocks, and is built so that what you see in the editor looks like what you'll see on your website. Twenty Nineteen is designed to be adaptable to a wide range of websites, whether you’re running a photo blog, launching a new business, or supporting a non-profit. Featuring ample whitespace and modern sans-serif headlines paired with classic serif body text, it's built to be beautiful on all screen sizes.
    7 Tested up to: 6.4
     7Tested up to: 6.5
    88Requires at least: 4.7
    99Requires PHP: 5.2.4
    10 Version: 2.7
     10Version: 2.8
    1111License: GNU General Public License v2 or later
    1212License URI: http://www.gnu.org/licenses/gpl-2.0.html
    1313Text Domain: twentynineteen
  • src/wp-content/themes/twentyseventeen/readme.txt

    diff --git a/src/wp-content/themes/twentyseventeen/readme.txt b/src/wp-content/themes/twentyseventeen/readme.txt
    index a2693c72d9..1728f23472 100644
    a b  
    11=== Twenty Seventeen ===
    22Contributors: wordpressdotorg
    33Requires at least: 4.7
    4 Tested up to: 6.4
     4Tested up to: 6.5
    55Requires PHP: 5.2.4
    6 Version: 3.5
     6Version: 3.6
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
    99Tags: one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, block-patterns
    Source: https://stocksnap.io/photo/striped-fabric-9CBVWF2CDU 
    7575
    7676== Changelog ==
    7777
     78= 3.6 =
     79* Released: March 26, 2024
     80
     81https://codex.wordpress.org/Twenty_Seventeen_Theme_Changelog#Version_3.6
     82
    7883= 3.5 =
    7984* Released: January 16, 2024
    8085
  • src/wp-content/themes/twentyseventeen/style.css

    diff --git a/src/wp-content/themes/twentyseventeen/style.css b/src/wp-content/themes/twentyseventeen/style.css
    index a9e1d5a45a..75e55a63b8 100644
    a b Theme URI: https://wordpress.org/themes/twentyseventeen/ 
    44Author: the WordPress team
    55Author URI: https://wordpress.org/
    66Description: Twenty Seventeen brings your site to life with header video and immersive featured images. With a focus on business sites, it features multiple sections on the front page as well as widgets, navigation and social menus, a logo, and more. Personalize its asymmetrical grid with a custom color scheme and showcase your multimedia content with post formats. Our default theme for 2017 works great in many languages, for any abilities, and on any device.
    7 Version: 3.5
    8 Tested up to: 6.4
     7Version: 3.6
     8Tested up to: 6.5
    99Requires at least: 4.7
    1010Requires PHP: 5.2.4
    1111License: GNU General Public License v2 or later
  • src/wp-content/themes/twentysixteen/functions.php

    diff --git a/src/wp-content/themes/twentysixteen/functions.php b/src/wp-content/themes/twentysixteen/functions.php
    index a305628e0f..c3408dd843 100644
    a b function twentysixteen_scripts() { 
    391391        wp_enqueue_style( 'genericons', get_template_directory_uri() . '/genericons/genericons.css', array(), '20201208' );
    392392
    393393        // Theme stylesheet.
    394         wp_enqueue_style( 'twentysixteen-style', get_stylesheet_uri(), array(), '20231107' );
     394        wp_enqueue_style( 'twentysixteen-style', get_stylesheet_uri(), array(), '20240326' );
    395395
    396396        // Theme block stylesheet.
    397397        wp_enqueue_style( 'twentysixteen-block-style', get_template_directory_uri() . '/css/blocks.css', array( 'twentysixteen-style' ), '20231016' );
  • src/wp-content/themes/twentysixteen/readme.txt

    diff --git a/src/wp-content/themes/twentysixteen/readme.txt b/src/wp-content/themes/twentysixteen/readme.txt
    index ce8a21451a..6d678f1797 100644
    a b  
    11=== Twenty Sixteen ===
    22Contributors: wordpressdotorg
    33Requires at least: 4.4
    4 Tested up to: 6.4
     4Tested up to: 6.5
    55Requires PHP: 5.2.4
    6 Version: 3.1
     6Version: 3.2
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
    99Tags: one-column, two-columns, right-sidebar, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready, blog, block-patterns
    Image used in screenshot.png: A photo by Austin Schmid (https://unsplash.com/sch 
    7272
    7373== Changelog ==
    7474
     75= 3.2 =
     76* Released: March 26, 2024
     77
     78https://codex.wordpress.org/Twenty_Sixteen_Theme_Changelog#Version_3.2
     79
    7580= 3.1 =
    7681* Released: November 7, 2023
    7782
  • src/wp-content/themes/twentysixteen/style.css

    diff --git a/src/wp-content/themes/twentysixteen/style.css b/src/wp-content/themes/twentysixteen/style.css
    index 8554d8a334..0ac9239d03 100644
    a b Theme URI: https://wordpress.org/themes/twentysixteen/ 
    44Author: the WordPress team
    55Author URI: https://wordpress.org/
    66Description: Twenty Sixteen is a modernized take on an ever-popular WordPress layout — the horizontal masthead with an optional right sidebar that works perfectly for blogs and websites. It has custom color options with beautiful default color schemes, a harmonious fluid grid using a mobile-first approach, and impeccable polish in every detail. Twenty Sixteen will make your WordPress look beautiful everywhere.
    7 Version: 3.1
    8 Tested up to: 6.4
     7Version: 3.2
     8Tested up to: 6.5
    99Requires at least: 4.4
    1010Requires PHP: 5.2.4
    1111License: GNU General Public License v2 or later
  • src/wp-content/themes/twentyten/header.php

    diff --git a/src/wp-content/themes/twentyten/header.php b/src/wp-content/themes/twentyten/header.php
    index 7d77bcfd2e..de2941e9dc 100644
    a b if ( ( $paged >= 2 || $page >= 2 ) && ! is_404() ) { 
    3939?>
    4040        </title>
    4141<link rel="profile" href="https://gmpg.org/xfn/11" />
    42 <link rel="stylesheet" type="text/css" media="all" href="<?php echo esc_url( get_stylesheet_uri() ); ?>?ver=20231107" />
     42<link rel="stylesheet" type="text/css" media="all" href="<?php echo esc_url( get_stylesheet_uri() ); ?>?ver=20240326" />
    4343<link rel="pingback" href="<?php echo esc_url( get_bloginfo( 'pingback_url' ) ); ?>">
    4444<?php
    4545        /*
  • src/wp-content/themes/twentyten/readme.txt

    diff --git a/src/wp-content/themes/twentyten/readme.txt b/src/wp-content/themes/twentyten/readme.txt
    index 1e72ab5b01..6a4d56b5b5 100644
    a b  
    11=== Twenty Ten ===
    22Contributors: wordpressdotorg
    33Requires at least: 3.0
    4 Tested up to: 6.4
     4Tested up to: 6.5
    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
    99Tags: 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
    Images 
    4444
    4545== Changelog ==
    4646
     47= 4.1 =
     48* Released: March 26, 2024
     49
     50https://codex.wordpress.org/Twenty_Ten_Theme_Changelog#Version_4.1
     51
    4752= 4.0 =
    4853* Released: November 7, 2023
    4954
  • src/wp-content/themes/twentyten/style.css

    diff --git a/src/wp-content/themes/twentyten/style.css b/src/wp-content/themes/twentyten/style.css
    index bf5ed5532b..d4bf3a901b 100644
    a b Theme URI: https://wordpress.org/themes/twentyten/ 
    44Description: The 2010 theme for WordPress is stylish, customizable, simple, and readable -- make it yours with a custom menu, header image, and background. Twenty Ten supports six widgetized areas (two in the sidebar, four in the footer) and featured images (thumbnails for gallery posts and custom header images for posts and pages). It includes stylesheets for print and the admin Visual Editor, special styles for posts in the "Asides" and "Gallery" categories, and has an optional one-column page template that removes the sidebar.
    55Author: the WordPress team
    66Author URI: https://wordpress.org/
    7 Version: 4.0
    8 Tested up to: 6.4
     7Version: 4.1
     8Tested up to: 6.5
    99Requires at least: 3.0
    1010Requires PHP: 5.2.4
    1111License: GNU General Public License v2 or later
  • src/wp-content/themes/twentythirteen/functions.php

    diff --git a/src/wp-content/themes/twentythirteen/functions.php b/src/wp-content/themes/twentythirteen/functions.php
    index 3e0c3a957f..a5a94790eb 100644
    a b function twentythirteen_scripts_styles() { 
    340340        wp_enqueue_style( 'genericons', get_template_directory_uri() . '/genericons/genericons.css', array(), '3.0.3' );
    341341
    342342        // Loads our main stylesheet.
    343         wp_enqueue_style( 'twentythirteen-style', get_stylesheet_uri(), array(), '20231107' );
     343        wp_enqueue_style( 'twentythirteen-style', get_stylesheet_uri(), array(), '20240326' );
    344344
    345345        // Theme block stylesheet.
    346346        wp_enqueue_style( 'twentythirteen-block-style', get_template_directory_uri() . '/css/blocks.css', array( 'twentythirteen-style' ), '20231016' );
  • src/wp-content/themes/twentythirteen/readme.txt

    diff --git a/src/wp-content/themes/twentythirteen/readme.txt b/src/wp-content/themes/twentythirteen/readme.txt
    index 60eb340660..ffdeb63a86 100644
    a b  
    11=== Twenty Thirteen ===
    22Contributors: wordpressdotorg
    33Requires at least: 3.6
    4 Tested up to: 6.4
     4Tested up to: 6.5
    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
    99Tags: blog, one-column, two-columns, right-sidebar, custom-header, custom-menu, editor-style, featured-images, footer-widgets, microformats, post-formats, rtl-language-support, sticky-post, translation-ready, accessibility-ready, block-patterns
    Toroidal Colony: https://www.flickr.com/photos/nasacommons/13889485757/in/album- 
    6464
    6565== Changelog ==
    6666
     67= 4.1 =
     68* Released: March 26, 2024
     69
     70https://codex.wordpress.org/Twenty_Thirteen_Theme_Changelog#Version_4.1
     71
    6772= 4.0 =
    6873* Released: November 7, 2023
    6974
  • src/wp-content/themes/twentythirteen/style.css

    diff --git a/src/wp-content/themes/twentythirteen/style.css b/src/wp-content/themes/twentythirteen/style.css
    index bec23c1ccc..792cbf0c43 100644
    a b Theme URI: https://wordpress.org/themes/twentythirteen/ 
    44Author: the WordPress team
    55Author URI: https://wordpress.org/
    66Description: The 2013 theme for WordPress takes us back to the blog, featuring a full range of post formats, each displayed beautifully in their own unique way. Design details abound, starting with a vibrant color scheme and matching header images, beautiful typography and icons, and a flexible layout that looks great on any device, big or small.
    7 Version: 4.0
    8 Tested up to: 6.4
     7Version: 4.1
     8Tested up to: 6.5
    99Requires at least: 3.6
    1010Requires PHP: 5.2.4
    1111License: GNU General Public License v2 or later
  • src/wp-content/themes/twentytwelve/functions.php

    diff --git a/src/wp-content/themes/twentytwelve/functions.php b/src/wp-content/themes/twentytwelve/functions.php
    index 1c44999550..f5e36903f5 100644
    a b function twentytwelve_scripts_styles() { 
    206206        }
    207207
    208208        // Loads our main stylesheet.
    209         wp_enqueue_style( 'twentytwelve-style', get_stylesheet_uri(), array(), '20231107' );
     209        wp_enqueue_style( 'twentytwelve-style', get_stylesheet_uri(), array(), '20240326' );
    210210
    211211        // Theme block stylesheet.
    212212        wp_enqueue_style( 'twentytwelve-block-style', get_template_directory_uri() . '/css/blocks.css', array( 'twentytwelve-style' ), '20230213' );
  • src/wp-content/themes/twentytwelve/readme.txt

    diff --git a/src/wp-content/themes/twentytwelve/readme.txt b/src/wp-content/themes/twentytwelve/readme.txt
    index ff13fdbf11..14f21bda0e 100644
    a b  
    11=== Twenty Twelve ===
    22Contributors: wordpressdotorg
    33Requires at least: 3.5
    4 Tested up to: 6.4
     4Tested up to: 6.5
    55Requires PHP: 5.2.4
    6 Stable tag: 4.1
     6Stable tag: 4.2
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
    99Tags: blog, one-column, two-columns, right-sidebar, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, footer-widgets, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, block-patterns
    Source: https://fontsource.org/fonts/open-sans 
    5353
    5454== Changelog ==
    5555
     56= 4.2 =
     57* Released: March 26, 2024
     58
     59https://codex.wordpress.org/Twenty_Twelve_Theme_Changelog#Version_4.2
     60
    5661= 4.1 =
    5762* Released: November 7, 2023
    5863
  • src/wp-content/themes/twentytwelve/style.css

    diff --git a/src/wp-content/themes/twentytwelve/style.css b/src/wp-content/themes/twentytwelve/style.css
    index ae281074da..0da2dd03ac 100644
    a b Theme URI: https://wordpress.org/themes/twentytwelve/ 
    44Author: the WordPress team
    55Author URI: https://wordpress.org/
    66Description: The 2012 theme for WordPress is a fully responsive theme that looks great on any device. Features include a front page template with its own widgets, an optional display font, styling for post formats on both index and single views, and an optional no-sidebar page template. Make it yours with a custom menu, header image, and background.
    7 Version: 4.1
    8 Tested up to: 6.4
     7Version: 4.2
     8Tested up to: 6.5
    99Requires at least: 3.5
    1010Requires PHP: 5.2.4
    1111License: GNU General Public License v2 or later
  • src/wp-content/themes/twentytwenty/readme.txt

    diff --git a/src/wp-content/themes/twentytwenty/readme.txt b/src/wp-content/themes/twentytwenty/readme.txt
    index db934203fc..73f54c6431 100644
    a b  
    11=== Twenty Twenty ===
    22Contributors: the WordPress team
    33Requires at least: 4.7
    4 Tested up to: 6.4
     4Tested up to: 6.5
    55Requires PHP: 5.2.4
    6 Stable tag: 2.5
     6Stable tag: 2.6
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
    99
    you pick, ensuring a high, accessible color contrast for your visitors. 
    2424
    2525== Changelog ==
    2626
     27= 2.6 =
     28* Released: March 26, 2024
     29
     30https://wordpress.org/documentation/article/twenty-twenty-changelog/#Version_2.6
     31
    2732= 2.5 =
    2833* Released: January 16, 2024
    2934
  • src/wp-content/themes/twentytwenty/style-rtl.css

    diff --git a/src/wp-content/themes/twentytwenty/style-rtl.css b/src/wp-content/themes/twentytwenty/style-rtl.css
    index b7ae83944c..7a02807819 100644
    a b  
    11/*
    22Theme Name: Twenty Twenty
    33Text Domain: twentytwenty
    4 Version: 2.5
    5 Tested up to: 6.4
     4Version: 2.6
     5Tested up to: 6.5
    66Requires at least: 4.7
    77Requires PHP: 5.2.4
    88Description: Our default theme for 2020 is designed to take full advantage of the flexibility of the block editor. Organizations and businesses have the ability to create dynamic landing pages with endless layouts using the group and column blocks. The centered content column and fine-tuned typography also makes it perfect for traditional blogs. Complete editor styles give you a good idea of what your content will look like, even before you publish. You can give your site a personal touch by changing the background colors and the accent color in the Customizer. The colors of all elements on your site are automatically calculated based on the colors you pick, ensuring a high, accessible color contrast for your visitors.
  • src/wp-content/themes/twentytwenty/style.css

    diff --git a/src/wp-content/themes/twentytwenty/style.css b/src/wp-content/themes/twentytwenty/style.css
    index 0f87453139..4702c3373c 100644
    a b  
    11/*
    22Theme Name: Twenty Twenty
    33Text Domain: twentytwenty
    4 Version: 2.5
    5 Tested up to: 6.4
     4Version: 2.6
     5Tested up to: 6.5
    66Requires at least: 4.7
    77Requires PHP: 5.2.4
    88Description: Our default theme for 2020 is designed to take full advantage of the flexibility of the block editor. Organizations and businesses have the ability to create dynamic landing pages with endless layouts using the group and column blocks. The centered content column and fine-tuned typography also makes it perfect for traditional blogs. Complete editor styles give you a good idea of what your content will look like, even before you publish. You can give your site a personal touch by changing the background colors and the accent color in the Customizer. The colors of all elements on your site are automatically calculated based on the colors you pick, ensuring a high, accessible color contrast for your visitors.
  • src/wp-content/themes/twentytwentyfour/readme.txt

    diff --git a/src/wp-content/themes/twentytwentyfour/readme.txt b/src/wp-content/themes/twentytwentyfour/readme.txt
    index c1837d4636..3a9aca2b4a 100644
    a b  
    11=== Twenty Twenty-Four ===
    22Contributors: wordpressdotorg
    33Requires at least: 6.4
    4 Tested up to: 6.4
     4Tested up to: 6.5
    55Requires PHP: 7.0
    66Stable tag: 1.0
    77License: GPLv2 or later
  • src/wp-content/themes/twentytwentyfour/style.css

    diff --git a/src/wp-content/themes/twentytwentyfour/style.css b/src/wp-content/themes/twentytwentyfour/style.css
    index 6325914b1b..57b5ba1ee3 100644
    a b Author: the WordPress team 
    55Author URI: https://wordpress.org
    66Description: Twenty Twenty-Four is designed to be flexible, versatile and applicable to any website. Its collection of templates and patterns tailor to different needs, such as presenting a business, blogging and writing or showcasing work. A multitude of possibilities open up with just a few adjustments to color and typography. Twenty Twenty-Four comes with style variations and full page designs to help speed up the site building process, is fully compatible with the site editor, and takes advantage of new design tools introduced in WordPress 6.4.
    77Requires at least: 6.4
    8 Tested up to: 6.4
     8Tested up to: 6.5
    99Requires PHP: 7.0
    1010Version: 1.0
    1111License: GNU General Public License v2 or later
  • src/wp-content/themes/twentytwentyone/readme.txt

    diff --git a/src/wp-content/themes/twentytwentyone/readme.txt b/src/wp-content/themes/twentytwentyone/readme.txt
    index a806340756..b52e6b1de3 100644
    a b  
    11=== Twenty Twenty-One ===
    22Contributors: wordpressdotorg
    33Requires at least: 5.3
    4 Tested up to: 6.4
     4Tested up to: 6.5
    55Requires PHP: 5.6
    6 Stable tag: 2.1
     6Stable tag: 2.2
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
    99
    No data is saved in the database or transferred. 
    3030
    3131== Changelog ==
    3232
     33= 2.2 =
     34* Released: March 26, 2024
     35
     36https://wordpress.org/documentation/article/twenty-twenty-one-changelog/#Version_2.2
     37
    3338= 2.1 =
    3439* Released: January 16, 2024
    3540
  • src/wp-content/themes/twentytwentyone/style.css

    diff --git a/src/wp-content/themes/twentytwentyone/style.css b/src/wp-content/themes/twentytwentyone/style.css
    index e3a3af8521..eee1cb95fd 100644
    a b Author: the WordPress team 
    77Author URI: https://wordpress.org/
    88Description: Twenty Twenty-One is a blank canvas for your ideas and it makes the block editor your best brush. With new block patterns, which allow you to create a beautiful layout in a matter of seconds, this theme’s soft colors and eye-catching — yet timeless — design will let your work shine. Take it for a spin! See how Twenty Twenty-One elevates your portfolio, business website, or personal blog.
    99Requires at least: 5.3
    10 Tested up to: 6.4
     10Tested up to: 6.5
    1111Requires PHP: 5.6
    12 Version: 2.1
     12Version: 2.2
    1313License: GNU General Public License v2 or later
    1414License URI: http://www.gnu.org/licenses/gpl-2.0.html
    1515Text Domain: twentytwentyone
  • src/wp-content/themes/twentytwentythree/readme.txt

    diff --git a/src/wp-content/themes/twentytwentythree/readme.txt b/src/wp-content/themes/twentytwentythree/readme.txt
    index 7bb387163b..fa475ce3bf 100644
    a b  
    11=== Twenty Twenty-Three ===
    22Contributors: wordpressdotorg
    33Requires at least: 6.1
    4 Tested up to: 6.4
     4Tested up to: 6.5
    55Requires PHP: 5.6
    6 Stable tag: 1.3
     6Stable tag: 1.4
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
    99
    Whether you want to build a complex or incredibly simple website, you can do it 
    1515
    1616== Changelog ==
    1717
     18= 1.4 =
     19* Released: March 26, 2024
     20
     21https://wordpress.org/documentation/article/twenty-twenty-three-changelog/#Version_1.4
     22
    1823= 1.3 =
    1924* Released: November 7, 2023
    2025
  • src/wp-content/themes/twentytwentythree/style.css

    diff --git a/src/wp-content/themes/twentytwentythree/style.css b/src/wp-content/themes/twentytwentythree/style.css
    index 2536a83311..273c75784d 100644
    a b Author: the WordPress team 
    55Author URI: https://wordpress.org
    66Description: Twenty Twenty-Three is designed to take advantage of the new design tools introduced in WordPress 6.1. With a clean, blank base as a starting point, this default theme includes ten diverse style variations created by members of the WordPress community. Whether you want to build a complex or incredibly simple website, you can do it quickly and intuitively through the bundled styles or dive into creation and full customization yourself.
    77Requires at least: 6.1
    8 Tested up to: 6.4
     8Tested up to: 6.5
    99Requires PHP: 5.6
    10 Version: 1.3
     10Version: 1.4
    1111License: GNU General Public License v2 or later
    1212License URI: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html
    1313Text Domain: twentytwentythree
  • src/wp-content/themes/twentytwentytwo/readme.txt

    diff --git a/src/wp-content/themes/twentytwentytwo/readme.txt b/src/wp-content/themes/twentytwentytwo/readme.txt
    index 667bf5da8f..8c8aac81eb 100644
    a b  
    11=== Twenty Twenty-Two ===
    22Contributors: wordpressdotorg
    33Requires at least: 5.9
    4 Tested up to: 6.4
     4Tested up to: 6.5
    55Requires PHP: 5.6
    6 Stable tag: 1.6
     6Stable tag: 1.7
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
    99
    Whether you’re building a single-page website, a blog, a business website, or 
    1717
    1818== Changelog ==
    1919
     20= 1.7 =
     21* Released: March 26, 2024
     22
     23https://wordpress.org/documentation/article/twenty-twenty-two-changelog/#Version_1.7
     24
    2025= 1.6 =
    2126* Released: November 7, 2023
    2227
  • src/wp-content/themes/twentytwentytwo/style.css

    diff --git a/src/wp-content/themes/twentytwentytwo/style.css b/src/wp-content/themes/twentytwentytwo/style.css
    index 519083617e..e1e26e985c 100644
    a b Author: the WordPress team 
    55Author URI: https://wordpress.org/
    66Description: Built on a solidly designed foundation, Twenty Twenty-Two embraces the idea that everyone deserves a truly unique website. The theme’s subtle styles are inspired by the diversity and versatility of birds: its typography is lightweight yet strong, its color palette is drawn from nature, and its layout elements sit gently on the page. The true richness of Twenty Twenty-Two lies in its opportunity for customization. The theme is built to take advantage of the Site Editor features introduced in WordPress 5.9, which means that colors, typography, and the layout of every single page on your site can be customized to suit your vision. It also includes dozens of block patterns, opening the door to a wide range of professionally designed layouts in just a few clicks. Whether you’re building a single-page website, a blog, a business website, or a portfolio, Twenty Twenty-Two will help you create a site that is uniquely yours.
    77Requires at least: 5.9
    8 Tested up to: 6.4
     8Tested up to: 6.5
    99Requires PHP: 5.6
    10 Version: 1.6
     10Version: 1.7
    1111License: GNU General Public License v2 or later
    1212License URI: http://www.gnu.org/licenses/gpl-2.0.html
    1313Text Domain: twentytwentytwo