-
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() ) { |
| 49 | 49 | ?> |
| 50 | 50 | </title> |
| 51 | 51 | <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" /> |
| 53 | 53 | <link rel="pingback" href="<?php echo esc_url( get_bloginfo( 'pingback_url' ) ); ?>"> |
| 54 | 54 | <!--[if lt IE 9]> |
| 55 | 55 | <script src="<?php echo esc_url( get_template_directory_uri() ); ?>/js/html5.js?ver=3.7.0" type="text/javascript"></script> |
-
diff --git a/src/wp-content/themes/twentyeleven/readme.txt b/src/wp-content/themes/twentyeleven/readme.txt
index 0badf563ba..af0f1f3d6d 100644
|
a
|
b
|
|
| 1 | 1 | === Twenty Eleven === |
| 2 | 2 | Contributors: wordpressdotorg |
| 3 | 3 | Requires at least: 3.2 |
| 4 | | Tested up to: 6.4 |
| | 4 | Tested up to: 6.5 |
| 5 | 5 | Requires PHP: 5.2.4 |
| 6 | | Stable tag: 4.5 |
| | 6 | Stable tag: 4.6 |
| 7 | 7 | License: GPLv2 or later |
| 8 | 8 | License URI: http://www.gnu.org/licenses/gpl-2.0.html |
| 9 | 9 | Tags: 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 |
| 48 | 48 | |
| 49 | 49 | == Changelog == |
| 50 | 50 | |
| | 51 | = 4.6 = |
| | 52 | * Released: March 26, 2024 |
| | 53 | |
| | 54 | https://codex.wordpress.org/Twenty_Eleven_Theme_Changelog#Version_4.6 |
| | 55 | |
| 51 | 56 | = 4.5 = |
| 52 | 57 | * Released: November 7, 2023 |
| 53 | 58 | |
-
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/ |
| 4 | 4 | Author: the WordPress team |
| 5 | 5 | Author URI: https://wordpress.org/ |
| 6 | 6 | Description: 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 |
| | 7 | Version: 4.6 |
| 8 | 8 | Requires at least: 3.2 |
| 9 | | Tested up to: 6.4 |
| | 9 | Tested up to: 6.5 |
| 10 | 10 | Requires PHP: 5.2.4 |
| 11 | 11 | License: GNU General Public License v2 or later |
| 12 | 12 | License URI: http://www.gnu.org/licenses/gpl-2.0.html |
-
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() { |
| 430 | 430 | wp_enqueue_style( 'genericons', get_template_directory_uri() . '/genericons/genericons.css', array(), '20201026' ); |
| 431 | 431 | |
| 432 | 432 | // 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' ); |
| 434 | 434 | |
| 435 | 435 | // Theme block stylesheet. |
| 436 | 436 | wp_enqueue_style( 'twentyfifteen-block-style', get_template_directory_uri() . '/css/blocks.css', array( 'twentyfifteen-style' ), '20230623' ); |
-
diff --git a/src/wp-content/themes/twentyfifteen/readme.txt b/src/wp-content/themes/twentyfifteen/readme.txt
index e71c1b48ee..8393694fa6 100644
|
a
|
b
|
|
| 1 | 1 | === Twenty Fifteen === |
| 2 | 2 | Contributors: wordpressdotorg |
| 3 | 3 | Requires at least: 4.1 |
| 4 | | Tested up to: 6.4 |
| | 4 | Tested up to: 6.5 |
| 5 | 5 | Requires PHP: 5.2.4 |
| 6 | | Version: 3.6 |
| | 6 | Version: 3.7 |
| 7 | 7 | License: GPLv2 or later |
| 8 | 8 | License URI: http://www.gnu.org/licenses/gpl-2.0.html |
| 9 | 9 | Tags: 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 |
| 77 | 77 | |
| 78 | 78 | == Changelog == |
| 79 | 79 | |
| | 80 | = 3.7 = |
| | 81 | * Released: March 26, 2024 |
| | 82 | |
| | 83 | https://codex.wordpress.org/Twenty_Fifteen_Theme_Changelog#Version_3.7 |
| | 84 | |
| 80 | 85 | = 3.6 = |
| 81 | 86 | * Released: November 7, 2023 |
| 82 | 87 | |
-
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/ |
| 4 | 4 | Author: the WordPress team |
| 5 | 5 | Author URI: https://wordpress.org/ |
| 6 | 6 | Description: 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 |
| | 7 | Version: 3.7 |
| 8 | 8 | Requires at least: 4.1 |
| 9 | | Tested up to: 6.4 |
| | 9 | Tested up to: 6.5 |
| 10 | 10 | Requires PHP: 5.2.4 |
| 11 | 11 | License: GNU General Public License v2 or later |
| 12 | 12 | License URI: http://www.gnu.org/licenses/gpl-2.0.html |
-
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() { |
| 345 | 345 | wp_enqueue_style( 'genericons', get_template_directory_uri() . '/genericons/genericons.css', array(), '3.0.3' ); |
| 346 | 346 | |
| 347 | 347 | // 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' ); |
| 349 | 349 | |
| 350 | 350 | // Theme block stylesheet. |
| 351 | 351 | wp_enqueue_style( 'twentyfourteen-block-style', get_template_directory_uri() . '/css/blocks.css', array( 'twentyfourteen-style' ), '20230630' ); |
-
diff --git a/src/wp-content/themes/twentyfourteen/readme.txt b/src/wp-content/themes/twentyfourteen/readme.txt
index b6df0af877..889ae039db 100644
|
a
|
b
|
|
| 1 | 1 | === Twenty Fourteen === |
| 2 | 2 | Contributors: wordpressdotorg |
| 3 | 3 | Requires at least: 3.6 |
| 4 | | Tested up to: 6.4 |
| | 4 | Tested up to: 6.5 |
| 5 | 5 | Requires PHP: 5.2.4 |
| 6 | | Stable tag: 3.8 |
| | 6 | Stable tag: 3.9 |
| 7 | 7 | License: GPLv2 or later |
| 8 | 8 | License URI: http://www.gnu.org/licenses/gpl-2.0.html |
| 9 | 9 | Tags: 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 |
| 64 | 64 | |
| 65 | 65 | == Changelog == |
| 66 | 66 | |
| | 67 | = 3.9 = |
| | 68 | * Released: March 26, 2024 |
| | 69 | |
| | 70 | https://codex.wordpress.org/Twenty_Fourteen_Theme_Changelog#Version_3.9 |
| | 71 | |
| 67 | 72 | = 3.8 = |
| 68 | 73 | * Released: November 7, 2023 |
| 69 | 74 | |
-
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/ |
| 4 | 4 | Author: the WordPress team |
| 5 | 5 | Author URI: https://wordpress.org/ |
| 6 | 6 | Description: 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 |
| | 7 | Version: 3.9 |
| 8 | 8 | Requires at least: 3.6 |
| 9 | | Tested up to: 6.4 |
| | 9 | Tested up to: 6.5 |
| 10 | 10 | Requires PHP: 5.2.4 |
| 11 | 11 | License: GNU General Public License v2 or later |
| 12 | 12 | License URI: http://www.gnu.org/licenses/gpl-2.0.html |
-
diff --git a/src/wp-content/themes/twentynineteen/readme.txt b/src/wp-content/themes/twentynineteen/readme.txt
index aad50e5f54..ad7e46df4a 100644
|
a
|
b
|
|
| 2 | 2 | Contributors: wordpressdotorg |
| 3 | 3 | Tags: 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 |
| 4 | 4 | Requires at least: 4.7 |
| 5 | | Tested up to: 6.4 |
| | 5 | Tested up to: 6.5 |
| 6 | 6 | Requires PHP: 5.2.4 |
| 7 | | Stable tag: 2.7 |
| | 7 | Stable tag: 2.8 |
| 8 | 8 | License: GPLv2 or later |
| 9 | 9 | License URI: http://www.gnu.org/licenses/gpl-2.0.html |
| 10 | 10 | |
| … |
… |
GNU General Public License for more details. |
| 40 | 40 | |
| 41 | 41 | == Changelog == |
| 42 | 42 | |
| | 43 | = 2.8 = |
| | 44 | * Released: March 26, 2024 |
| | 45 | |
| | 46 | https://codex.wordpress.org/Twenty_Nineteen_Theme_Changelog#Version_2.8 |
| | 47 | |
| 43 | 48 | = 2.7 = |
| 44 | 49 | * Released: November 7, 2023 |
| 45 | 50 | |
-
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/ |
| 5 | 5 | Author: the WordPress team |
| 6 | 6 | Author URI: https://wordpress.org/ |
| 7 | 7 | Description: 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 |
| | 8 | Tested up to: 6.5 |
| 9 | 9 | Requires at least: 4.7 |
| 10 | 10 | Requires PHP: 5.2.4 |
| 11 | | Version: 2.7 |
| | 11 | Version: 2.8 |
| 12 | 12 | License: GNU General Public License v2 or later |
| 13 | 13 | License URI: http://www.gnu.org/licenses/gpl-2.0.html |
| 14 | 14 | Text Domain: twentynineteen |
-
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/ |
| 5 | 5 | Author: the WordPress team |
| 6 | 6 | Author URI: https://wordpress.org/ |
| 7 | 7 | Description: 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 |
| | 8 | Tested up to: 6.5 |
| 9 | 9 | Requires at least: 4.7 |
| 10 | 10 | Requires PHP: 5.2.4 |
| 11 | | Version: 2.7 |
| | 11 | Version: 2.8 |
| 12 | 12 | License: GNU General Public License v2 or later |
| 13 | 13 | License URI: http://www.gnu.org/licenses/gpl-2.0.html |
| 14 | 14 | Text Domain: twentynineteen |
-
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/ |
| 4 | 4 | Author: the WordPress team |
| 5 | 5 | Author URI: https://wordpress.org/ |
| 6 | 6 | Description: 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 |
| | 7 | Tested up to: 6.5 |
| 8 | 8 | Requires at least: 4.7 |
| 9 | 9 | Requires PHP: 5.2.4 |
| 10 | | Version: 2.7 |
| | 10 | Version: 2.8 |
| 11 | 11 | License: GNU General Public License v2 or later |
| 12 | 12 | License URI: http://www.gnu.org/licenses/gpl-2.0.html |
| 13 | 13 | Text Domain: twentynineteen |
-
diff --git a/src/wp-content/themes/twentyseventeen/readme.txt b/src/wp-content/themes/twentyseventeen/readme.txt
index a2693c72d9..1728f23472 100644
|
a
|
b
|
|
| 1 | 1 | === Twenty Seventeen === |
| 2 | 2 | Contributors: wordpressdotorg |
| 3 | 3 | Requires at least: 4.7 |
| 4 | | Tested up to: 6.4 |
| | 4 | Tested up to: 6.5 |
| 5 | 5 | Requires PHP: 5.2.4 |
| 6 | | Version: 3.5 |
| | 6 | Version: 3.6 |
| 7 | 7 | License: GPLv2 or later |
| 8 | 8 | License URI: http://www.gnu.org/licenses/gpl-2.0.html |
| 9 | 9 | Tags: 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 |
| 75 | 75 | |
| 76 | 76 | == Changelog == |
| 77 | 77 | |
| | 78 | = 3.6 = |
| | 79 | * Released: March 26, 2024 |
| | 80 | |
| | 81 | https://codex.wordpress.org/Twenty_Seventeen_Theme_Changelog#Version_3.6 |
| | 82 | |
| 78 | 83 | = 3.5 = |
| 79 | 84 | * Released: January 16, 2024 |
| 80 | 85 | |
-
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/ |
| 4 | 4 | Author: the WordPress team |
| 5 | 5 | Author URI: https://wordpress.org/ |
| 6 | 6 | Description: 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 |
| | 7 | Version: 3.6 |
| | 8 | Tested up to: 6.5 |
| 9 | 9 | Requires at least: 4.7 |
| 10 | 10 | Requires PHP: 5.2.4 |
| 11 | 11 | License: GNU General Public License v2 or later |
-
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() { |
| 391 | 391 | wp_enqueue_style( 'genericons', get_template_directory_uri() . '/genericons/genericons.css', array(), '20201208' ); |
| 392 | 392 | |
| 393 | 393 | // Theme stylesheet. |
| 394 | | wp_enqueue_style( 'twentysixteen-style', get_stylesheet_uri(), array(), '20231107' ); |
| | 394 | wp_enqueue_style( 'twentysixteen-style', get_stylesheet_uri(), array(), '20240326' ); |
| 395 | 395 | |
| 396 | 396 | // Theme block stylesheet. |
| 397 | 397 | wp_enqueue_style( 'twentysixteen-block-style', get_template_directory_uri() . '/css/blocks.css', array( 'twentysixteen-style' ), '20231016' ); |
-
diff --git a/src/wp-content/themes/twentysixteen/readme.txt b/src/wp-content/themes/twentysixteen/readme.txt
index ce8a21451a..6d678f1797 100644
|
a
|
b
|
|
| 1 | 1 | === Twenty Sixteen === |
| 2 | 2 | Contributors: wordpressdotorg |
| 3 | 3 | Requires at least: 4.4 |
| 4 | | Tested up to: 6.4 |
| | 4 | Tested up to: 6.5 |
| 5 | 5 | Requires PHP: 5.2.4 |
| 6 | | Version: 3.1 |
| | 6 | Version: 3.2 |
| 7 | 7 | License: GPLv2 or later |
| 8 | 8 | License URI: http://www.gnu.org/licenses/gpl-2.0.html |
| 9 | 9 | Tags: 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 |
| 72 | 72 | |
| 73 | 73 | == Changelog == |
| 74 | 74 | |
| | 75 | = 3.2 = |
| | 76 | * Released: March 26, 2024 |
| | 77 | |
| | 78 | https://codex.wordpress.org/Twenty_Sixteen_Theme_Changelog#Version_3.2 |
| | 79 | |
| 75 | 80 | = 3.1 = |
| 76 | 81 | * Released: November 7, 2023 |
| 77 | 82 | |
-
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/ |
| 4 | 4 | Author: the WordPress team |
| 5 | 5 | Author URI: https://wordpress.org/ |
| 6 | 6 | Description: 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 |
| | 7 | Version: 3.2 |
| | 8 | Tested up to: 6.5 |
| 9 | 9 | Requires at least: 4.4 |
| 10 | 10 | Requires PHP: 5.2.4 |
| 11 | 11 | License: GNU General Public License v2 or later |
-
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() ) { |
| 39 | 39 | ?> |
| 40 | 40 | </title> |
| 41 | 41 | <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" /> |
| 43 | 43 | <link rel="pingback" href="<?php echo esc_url( get_bloginfo( 'pingback_url' ) ); ?>"> |
| 44 | 44 | <?php |
| 45 | 45 | /* |
-
diff --git a/src/wp-content/themes/twentyten/readme.txt b/src/wp-content/themes/twentyten/readme.txt
index 1e72ab5b01..6a4d56b5b5 100644
|
a
|
b
|
|
| 1 | 1 | === Twenty Ten === |
| 2 | 2 | Contributors: wordpressdotorg |
| 3 | 3 | Requires at least: 3.0 |
| 4 | | Tested up to: 6.4 |
| | 4 | Tested up to: 6.5 |
| 5 | 5 | Requires PHP: 5.2.4 |
| 6 | | Stable tag: 4.0 |
| | 6 | Stable tag: 4.1 |
| 7 | 7 | License: GPLv2 or later |
| 8 | 8 | License URI: http://www.gnu.org/licenses/gpl-2.0.html |
| 9 | 9 | 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 |
| … |
… |
Images |
| 44 | 44 | |
| 45 | 45 | == Changelog == |
| 46 | 46 | |
| | 47 | = 4.1 = |
| | 48 | * Released: March 26, 2024 |
| | 49 | |
| | 50 | https://codex.wordpress.org/Twenty_Ten_Theme_Changelog#Version_4.1 |
| | 51 | |
| 47 | 52 | = 4.0 = |
| 48 | 53 | * Released: November 7, 2023 |
| 49 | 54 | |
-
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/ |
| 4 | 4 | Description: 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. |
| 5 | 5 | Author: the WordPress team |
| 6 | 6 | Author URI: https://wordpress.org/ |
| 7 | | Version: 4.0 |
| 8 | | Tested up to: 6.4 |
| | 7 | Version: 4.1 |
| | 8 | Tested up to: 6.5 |
| 9 | 9 | Requires at least: 3.0 |
| 10 | 10 | Requires PHP: 5.2.4 |
| 11 | 11 | License: GNU General Public License v2 or later |
-
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() { |
| 340 | 340 | wp_enqueue_style( 'genericons', get_template_directory_uri() . '/genericons/genericons.css', array(), '3.0.3' ); |
| 341 | 341 | |
| 342 | 342 | // 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' ); |
| 344 | 344 | |
| 345 | 345 | // Theme block stylesheet. |
| 346 | 346 | wp_enqueue_style( 'twentythirteen-block-style', get_template_directory_uri() . '/css/blocks.css', array( 'twentythirteen-style' ), '20231016' ); |
-
diff --git a/src/wp-content/themes/twentythirteen/readme.txt b/src/wp-content/themes/twentythirteen/readme.txt
index 60eb340660..ffdeb63a86 100644
|
a
|
b
|
|
| 1 | 1 | === Twenty Thirteen === |
| 2 | 2 | Contributors: wordpressdotorg |
| 3 | 3 | Requires at least: 3.6 |
| 4 | | Tested up to: 6.4 |
| | 4 | Tested up to: 6.5 |
| 5 | 5 | Requires PHP: 5.2.4 |
| 6 | | Stable tag: 4.0 |
| | 6 | Stable tag: 4.1 |
| 7 | 7 | License: GPLv2 or later |
| 8 | 8 | License URI: http://www.gnu.org/licenses/gpl-2.0.html |
| 9 | 9 | Tags: 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- |
| 64 | 64 | |
| 65 | 65 | == Changelog == |
| 66 | 66 | |
| | 67 | = 4.1 = |
| | 68 | * Released: March 26, 2024 |
| | 69 | |
| | 70 | https://codex.wordpress.org/Twenty_Thirteen_Theme_Changelog#Version_4.1 |
| | 71 | |
| 67 | 72 | = 4.0 = |
| 68 | 73 | * Released: November 7, 2023 |
| 69 | 74 | |
-
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/ |
| 4 | 4 | Author: the WordPress team |
| 5 | 5 | Author URI: https://wordpress.org/ |
| 6 | 6 | Description: 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 |
| | 7 | Version: 4.1 |
| | 8 | Tested up to: 6.5 |
| 9 | 9 | Requires at least: 3.6 |
| 10 | 10 | Requires PHP: 5.2.4 |
| 11 | 11 | License: GNU General Public License v2 or later |
-
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() { |
| 206 | 206 | } |
| 207 | 207 | |
| 208 | 208 | // 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' ); |
| 210 | 210 | |
| 211 | 211 | // Theme block stylesheet. |
| 212 | 212 | wp_enqueue_style( 'twentytwelve-block-style', get_template_directory_uri() . '/css/blocks.css', array( 'twentytwelve-style' ), '20230213' ); |
-
diff --git a/src/wp-content/themes/twentytwelve/readme.txt b/src/wp-content/themes/twentytwelve/readme.txt
index ff13fdbf11..14f21bda0e 100644
|
a
|
b
|
|
| 1 | 1 | === Twenty Twelve === |
| 2 | 2 | Contributors: wordpressdotorg |
| 3 | 3 | Requires at least: 3.5 |
| 4 | | Tested up to: 6.4 |
| | 4 | Tested up to: 6.5 |
| 5 | 5 | Requires PHP: 5.2.4 |
| 6 | | Stable tag: 4.1 |
| | 6 | Stable tag: 4.2 |
| 7 | 7 | License: GPLv2 or later |
| 8 | 8 | License URI: http://www.gnu.org/licenses/gpl-2.0.html |
| 9 | 9 | Tags: 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 |
| 53 | 53 | |
| 54 | 54 | == Changelog == |
| 55 | 55 | |
| | 56 | = 4.2 = |
| | 57 | * Released: March 26, 2024 |
| | 58 | |
| | 59 | https://codex.wordpress.org/Twenty_Twelve_Theme_Changelog#Version_4.2 |
| | 60 | |
| 56 | 61 | = 4.1 = |
| 57 | 62 | * Released: November 7, 2023 |
| 58 | 63 | |
-
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/ |
| 4 | 4 | Author: the WordPress team |
| 5 | 5 | Author URI: https://wordpress.org/ |
| 6 | 6 | Description: 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 |
| | 7 | Version: 4.2 |
| | 8 | Tested up to: 6.5 |
| 9 | 9 | Requires at least: 3.5 |
| 10 | 10 | Requires PHP: 5.2.4 |
| 11 | 11 | License: GNU General Public License v2 or later |
-
diff --git a/src/wp-content/themes/twentytwenty/readme.txt b/src/wp-content/themes/twentytwenty/readme.txt
index db934203fc..73f54c6431 100644
|
a
|
b
|
|
| 1 | 1 | === Twenty Twenty === |
| 2 | 2 | Contributors: the WordPress team |
| 3 | 3 | Requires at least: 4.7 |
| 4 | | Tested up to: 6.4 |
| | 4 | Tested up to: 6.5 |
| 5 | 5 | Requires PHP: 5.2.4 |
| 6 | | Stable tag: 2.5 |
| | 6 | Stable tag: 2.6 |
| 7 | 7 | License: GPLv2 or later |
| 8 | 8 | License URI: http://www.gnu.org/licenses/gpl-2.0.html |
| 9 | 9 | |
| … |
… |
you pick, ensuring a high, accessible color contrast for your visitors. |
| 24 | 24 | |
| 25 | 25 | == Changelog == |
| 26 | 26 | |
| | 27 | = 2.6 = |
| | 28 | * Released: March 26, 2024 |
| | 29 | |
| | 30 | https://wordpress.org/documentation/article/twenty-twenty-changelog/#Version_2.6 |
| | 31 | |
| 27 | 32 | = 2.5 = |
| 28 | 33 | * Released: January 16, 2024 |
| 29 | 34 | |
-
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
|
|
| 1 | 1 | /* |
| 2 | 2 | Theme Name: Twenty Twenty |
| 3 | 3 | Text Domain: twentytwenty |
| 4 | | Version: 2.5 |
| 5 | | Tested up to: 6.4 |
| | 4 | Version: 2.6 |
| | 5 | Tested up to: 6.5 |
| 6 | 6 | Requires at least: 4.7 |
| 7 | 7 | Requires PHP: 5.2.4 |
| 8 | 8 | Description: 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. |
-
diff --git a/src/wp-content/themes/twentytwenty/style.css b/src/wp-content/themes/twentytwenty/style.css
index 0f87453139..4702c3373c 100644
|
a
|
b
|
|
| 1 | 1 | /* |
| 2 | 2 | Theme Name: Twenty Twenty |
| 3 | 3 | Text Domain: twentytwenty |
| 4 | | Version: 2.5 |
| 5 | | Tested up to: 6.4 |
| | 4 | Version: 2.6 |
| | 5 | Tested up to: 6.5 |
| 6 | 6 | Requires at least: 4.7 |
| 7 | 7 | Requires PHP: 5.2.4 |
| 8 | 8 | Description: 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. |
-
diff --git a/src/wp-content/themes/twentytwentyfour/readme.txt b/src/wp-content/themes/twentytwentyfour/readme.txt
index c1837d4636..3a9aca2b4a 100644
|
a
|
b
|
|
| 1 | 1 | === Twenty Twenty-Four === |
| 2 | 2 | Contributors: wordpressdotorg |
| 3 | 3 | Requires at least: 6.4 |
| 4 | | Tested up to: 6.4 |
| | 4 | Tested up to: 6.5 |
| 5 | 5 | Requires PHP: 7.0 |
| 6 | 6 | Stable tag: 1.0 |
| 7 | 7 | License: GPLv2 or later |
-
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 |
| 5 | 5 | Author URI: https://wordpress.org |
| 6 | 6 | Description: 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. |
| 7 | 7 | Requires at least: 6.4 |
| 8 | | Tested up to: 6.4 |
| | 8 | Tested up to: 6.5 |
| 9 | 9 | Requires PHP: 7.0 |
| 10 | 10 | Version: 1.0 |
| 11 | 11 | License: GNU General Public License v2 or later |
-
diff --git a/src/wp-content/themes/twentytwentyone/readme.txt b/src/wp-content/themes/twentytwentyone/readme.txt
index a806340756..b52e6b1de3 100644
|
a
|
b
|
|
| 1 | 1 | === Twenty Twenty-One === |
| 2 | 2 | Contributors: wordpressdotorg |
| 3 | 3 | Requires at least: 5.3 |
| 4 | | Tested up to: 6.4 |
| | 4 | Tested up to: 6.5 |
| 5 | 5 | Requires PHP: 5.6 |
| 6 | | Stable tag: 2.1 |
| | 6 | Stable tag: 2.2 |
| 7 | 7 | License: GPLv2 or later |
| 8 | 8 | License URI: http://www.gnu.org/licenses/gpl-2.0.html |
| 9 | 9 | |
| … |
… |
No data is saved in the database or transferred. |
| 30 | 30 | |
| 31 | 31 | == Changelog == |
| 32 | 32 | |
| | 33 | = 2.2 = |
| | 34 | * Released: March 26, 2024 |
| | 35 | |
| | 36 | https://wordpress.org/documentation/article/twenty-twenty-one-changelog/#Version_2.2 |
| | 37 | |
| 33 | 38 | = 2.1 = |
| 34 | 39 | * Released: January 16, 2024 |
| 35 | 40 | |
-
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 |
| 7 | 7 | Author URI: https://wordpress.org/ |
| 8 | 8 | Description: 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. |
| 9 | 9 | Requires at least: 5.3 |
| 10 | | Tested up to: 6.4 |
| | 10 | Tested up to: 6.5 |
| 11 | 11 | Requires PHP: 5.6 |
| 12 | | Version: 2.1 |
| | 12 | Version: 2.2 |
| 13 | 13 | License: GNU General Public License v2 or later |
| 14 | 14 | License URI: http://www.gnu.org/licenses/gpl-2.0.html |
| 15 | 15 | Text Domain: twentytwentyone |
-
diff --git a/src/wp-content/themes/twentytwentythree/readme.txt b/src/wp-content/themes/twentytwentythree/readme.txt
index 7bb387163b..fa475ce3bf 100644
|
a
|
b
|
|
| 1 | 1 | === Twenty Twenty-Three === |
| 2 | 2 | Contributors: wordpressdotorg |
| 3 | 3 | Requires at least: 6.1 |
| 4 | | Tested up to: 6.4 |
| | 4 | Tested up to: 6.5 |
| 5 | 5 | Requires PHP: 5.6 |
| 6 | | Stable tag: 1.3 |
| | 6 | Stable tag: 1.4 |
| 7 | 7 | License: GPLv2 or later |
| 8 | 8 | License URI: http://www.gnu.org/licenses/gpl-2.0.html |
| 9 | 9 | |
| … |
… |
Whether you want to build a complex or incredibly simple website, you can do it |
| 15 | 15 | |
| 16 | 16 | == Changelog == |
| 17 | 17 | |
| | 18 | = 1.4 = |
| | 19 | * Released: March 26, 2024 |
| | 20 | |
| | 21 | https://wordpress.org/documentation/article/twenty-twenty-three-changelog/#Version_1.4 |
| | 22 | |
| 18 | 23 | = 1.3 = |
| 19 | 24 | * Released: November 7, 2023 |
| 20 | 25 | |
-
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 |
| 5 | 5 | Author URI: https://wordpress.org |
| 6 | 6 | Description: 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. |
| 7 | 7 | Requires at least: 6.1 |
| 8 | | Tested up to: 6.4 |
| | 8 | Tested up to: 6.5 |
| 9 | 9 | Requires PHP: 5.6 |
| 10 | | Version: 1.3 |
| | 10 | Version: 1.4 |
| 11 | 11 | License: GNU General Public License v2 or later |
| 12 | 12 | License URI: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html |
| 13 | 13 | Text Domain: twentytwentythree |
-
diff --git a/src/wp-content/themes/twentytwentytwo/readme.txt b/src/wp-content/themes/twentytwentytwo/readme.txt
index 667bf5da8f..8c8aac81eb 100644
|
a
|
b
|
|
| 1 | 1 | === Twenty Twenty-Two === |
| 2 | 2 | Contributors: wordpressdotorg |
| 3 | 3 | Requires at least: 5.9 |
| 4 | | Tested up to: 6.4 |
| | 4 | Tested up to: 6.5 |
| 5 | 5 | Requires PHP: 5.6 |
| 6 | | Stable tag: 1.6 |
| | 6 | Stable tag: 1.7 |
| 7 | 7 | License: GPLv2 or later |
| 8 | 8 | License URI: http://www.gnu.org/licenses/gpl-2.0.html |
| 9 | 9 | |
| … |
… |
Whether you’re building a single-page website, a blog, a business website, or |
| 17 | 17 | |
| 18 | 18 | == Changelog == |
| 19 | 19 | |
| | 20 | = 1.7 = |
| | 21 | * Released: March 26, 2024 |
| | 22 | |
| | 23 | https://wordpress.org/documentation/article/twenty-twenty-two-changelog/#Version_1.7 |
| | 24 | |
| 20 | 25 | = 1.6 = |
| 21 | 26 | * Released: November 7, 2023 |
| 22 | 27 | |
-
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 |
| 5 | 5 | Author URI: https://wordpress.org/ |
| 6 | 6 | Description: 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. |
| 7 | 7 | Requires at least: 5.9 |
| 8 | | Tested up to: 6.4 |
| | 8 | Tested up to: 6.5 |
| 9 | 9 | Requires PHP: 5.6 |
| 10 | | Version: 1.6 |
| | 10 | Version: 1.7 |
| 11 | 11 | License: GNU General Public License v2 or later |
| 12 | 12 | License URI: http://www.gnu.org/licenses/gpl-2.0.html |
| 13 | 13 | Text Domain: twentytwentytwo |