Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
a1874ff
Twenty Ten: header.php, readme.txt, style.css
shail-mehta Nov 8, 2025
d82201b
Twenty Eleven: header.php, readme.txt, style.css
shail-mehta Nov 8, 2025
d18f2b5
Twenty Twelve: functions.php, readme.txt, style.css
shail-mehta Nov 8, 2025
1551f99
Twenty Thirteen: functions.php, readme.txt, style.css
shail-mehta Nov 8, 2025
ec9b908
Twenty Fourteen: functions.php, readme.txt, style.css
shail-mehta Nov 8, 2025
01f1800
Twenty Fifteen: functions.php, readme.txt, style.css
shail-mehta Nov 8, 2025
36baadc
Twenty Sixteen: functions.php, readme.txt, style.css
shail-mehta Nov 8, 2025
d51ec01
Twenty Seventeen: functions.php, readme.txt, style.css
shail-mehta Nov 8, 2025
b3e439f
Twenty Nineteen: readme.txt, style.css, style-rtl.css, package.json, …
shail-mehta Nov 8, 2025
314d675
Twenty Twenty: readme.txt, style.css, style-rtl.css, package.json, pa…
shail-mehta Nov 8, 2025
d7a1435
Twenty Twenty One: readme.txt, style.css, style-rtl.css, package.json…
shail-mehta Nov 8, 2025
5174c55
Twenty Twenty Two: style.css, readme.txt
shail-mehta Nov 8, 2025
c8c2c47
Twenty Twenty Three: style.css, readme.txt
shail-mehta Nov 8, 2025
1fc4fd6
Twenty Twenty Four: style.css, readme.txt
shail-mehta Nov 8, 2025
5be7f0f
Twenty Twenty Five: style.css, readme.txt
shail-mehta Nov 8, 2025
19ba2ff
Twenty Seventeen: functions.php, readme.txt, style.css
shail-mehta Nov 8, 2025
eb94d43
Twenty Thirteen: Fix Version issue
shail-mehta Nov 8, 2025
3cc5331
Automation: Updating built files with changes.
Nov 8, 2025
5f1ea9a
Fixed Version Issue
shail-mehta Nov 8, 2025
52aacb2
Added Feedback Changes
shail-mehta Nov 8, 2025
081df45
Apply Feedback Changes
shail-mehta Nov 11, 2025
b08fd64
Changed Date format
shail-mehta Nov 11, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/wp-content/themes/twentyeleven/header.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
?>
</title>
<link rel="profile" href="https://gmpg.org/xfn/11" />
<link rel="stylesheet" type="text/css" media="all" href="<?php echo esc_url( get_stylesheet_uri() ); ?>?ver=20250415" />
<link rel="stylesheet" type="text/css" media="all" href="<?php echo esc_url( get_stylesheet_uri() ); ?>?ver=20251202" />
<link rel="pingback" href="<?php echo esc_url( get_bloginfo( 'pingback_url' ) ); ?>">
<?php
/*
Expand Down
2 changes: 1 addition & 1 deletion src/wp-content/themes/twentyeleven/inc/theme-options.php
Original file line number Diff line number Diff line change
Expand Up @@ -418,7 +418,7 @@ function twentyeleven_enqueue_color_scheme() {
$color_scheme = $options['color_scheme'];

if ( 'dark' === $color_scheme ) {
wp_enqueue_style( 'dark', get_template_directory_uri() . '/colors/dark.css', array(), '20240603' );
wp_enqueue_style( 'dark', get_template_directory_uri() . '/colors/dark.css', array(), '20251017' );
}

/**
Expand Down
9 changes: 7 additions & 2 deletions src/wp-content/themes/twentyeleven/readme.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
=== Twenty Eleven ===
Contributors: wordpressdotorg
Requires at least: 3.2
Tested up to: 6.8
Tested up to: 6.9
Requires PHP: 5.2.4
Stable tag: 4.9
Stable tag: 5.0
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
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
Expand Down Expand Up @@ -44,6 +44,11 @@ Images

== Changelog ==

= 5.0 =
* Released: December 2, 2025

https://wordpress.org/documentation/article/twenty-eleven-changelog/#Version_5.0

= 4.9 =
* Released: April 15, 2025

Expand Down
4 changes: 2 additions & 2 deletions src/wp-content/themes/twentyeleven/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ Theme URI: https://wordpress.org/themes/twentyeleven/
Author: the WordPress team
Author URI: https://wordpress.org/
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.
Version: 4.9
Version: 5.0
Requires at least: 3.2
Tested up to: 6.8
Tested up to: 6.9
Requires PHP: 5.2.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Expand Down
2 changes: 1 addition & 1 deletion src/wp-content/themes/twentyfifteen/functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -437,7 +437,7 @@ function twentyfifteen_scripts() {
wp_enqueue_style( 'genericons', get_template_directory_uri() . '/genericons/genericons.css', array(), '20251202' );

// Load our main stylesheet.
wp_enqueue_style( 'twentyfifteen-style', get_stylesheet_uri(), array(), '20250415' );
wp_enqueue_style( 'twentyfifteen-style', get_stylesheet_uri(), array(), '20251202' );

// Theme block stylesheet.
wp_enqueue_style( 'twentyfifteen-block-style', get_template_directory_uri() . '/css/blocks.css', array( 'twentyfifteen-style' ), '20240715' );
Expand Down
9 changes: 7 additions & 2 deletions src/wp-content/themes/twentyfifteen/readme.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
=== Twenty Fifteen ===
Contributors: wordpressdotorg
Requires at least: 4.1
Tested up to: 6.8
Tested up to: 6.9
Requires PHP: 5.2.4
Version: 4.0
Version: 4.1
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
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
Expand Down Expand Up @@ -73,6 +73,11 @@ Source: https://stocksnap.io/photo/purple-yellow-ACF0693B9C

== Changelog ==

= 4.1 =
* Released: December 2, 2025

https://wordpress.org/documentation/article/twenty-fifteen-changelog/#Version_4.1

= 4.0 =
* Released: April 15, 2025

Expand Down
4 changes: 2 additions & 2 deletions src/wp-content/themes/twentyfifteen/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ Theme URI: https://wordpress.org/themes/twentyfifteen/
Author: the WordPress team
Author URI: https://wordpress.org/
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.
Version: 4.0
Version: 4.1
Requires at least: 4.1
Tested up to: 6.8
Tested up to: 6.9
Requires PHP: 5.2.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Expand Down
2 changes: 1 addition & 1 deletion src/wp-content/themes/twentyfourteen/functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@ function twentyfourteen_scripts() {
wp_enqueue_style( 'genericons', get_template_directory_uri() . '/genericons/genericons.css', array(), '20251202' );

// Load our main stylesheet.
wp_enqueue_style( 'twentyfourteen-style', get_stylesheet_uri(), array(), '20250715' );
wp_enqueue_style( 'twentyfourteen-style', get_stylesheet_uri(), array(), '20251202' );

// Theme block stylesheet.
wp_enqueue_style( 'twentyfourteen-block-style', get_template_directory_uri() . '/css/blocks.css', array( 'twentyfourteen-style' ), '20250715' );
Expand Down
9 changes: 7 additions & 2 deletions src/wp-content/themes/twentyfourteen/readme.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
=== Twenty Fourteen ===
Contributors: wordpressdotorg
Requires at least: 3.6
Tested up to: 6.8
Tested up to: 6.9
Requires PHP: 5.2.4
Stable tag: 4.3
Stable tag: 4.4
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
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
Expand Down Expand Up @@ -60,6 +60,11 @@ Source: https://stocksnap.io/photo/fog-mountain-ZKN6UKFKEO

== Changelog ==

= 4.4 =
* Released: December 2, 2025

https://wordpress.org/documentation/article/twenty-fourteen-changelog/#Version_4.4

= 4.3 =
* Released: July 15, 2025

Expand Down
4 changes: 2 additions & 2 deletions src/wp-content/themes/twentyfourteen/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ Theme URI: https://wordpress.org/themes/twentyfourteen/
Author: the WordPress team
Author URI: https://wordpress.org/
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.
Version: 4.3
Version: 4.4
Requires at least: 3.6
Tested up to: 6.8
Tested up to: 6.9
Requires PHP: 5.2.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Expand Down
4 changes: 2 additions & 2 deletions src/wp-content/themes/twentynineteen/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/wp-content/themes/twentynineteen/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "twentynineteen",
"version": "3.1.0",
"version": "3.2.0",
"description": "Default WP Theme",
"bugs": {
"url": "https://core.trac.wordpress.org/"
Expand Down
9 changes: 7 additions & 2 deletions src/wp-content/themes/twentynineteen/readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
Contributors: wordpressdotorg
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
Requires at least: 4.7
Tested up to: 6.8
Tested up to: 6.9
Requires PHP: 5.2.4
Stable tag: 3.1
Stable tag: 3.2
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -40,6 +40,11 @@ GNU General Public License for more details.

== Changelog ==

= 3.2 =
* Released: December 2, 2025

https://wordpress.org/documentation/article/twenty-nineteen-changelog/#Version_3.2

= 3.1 =
* Released: April 15, 2025

Expand Down
4 changes: 2 additions & 2 deletions src/wp-content/themes/twentynineteen/style-rtl.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ Theme URI: https://wordpress.org/themes/twentynineteen/
Author: the WordPress team
Author URI: https://wordpress.org/
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.
Tested up to: 6.8
Tested up to: 6.9
Requires at least: 4.7
Requires PHP: 5.2.4
Version: 3.1
Version: 3.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentynineteen
Expand Down
4 changes: 2 additions & 2 deletions src/wp-content/themes/twentynineteen/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ Theme URI: https://wordpress.org/themes/twentynineteen/
Author: the WordPress team
Author URI: https://wordpress.org/
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.
Tested up to: 6.8
Tested up to: 6.9
Requires at least: 4.7
Requires PHP: 5.2.4
Version: 3.1
Version: 3.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentynineteen
Expand Down
4 changes: 2 additions & 2 deletions src/wp-content/themes/twentynineteen/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ Theme URI: https://wordpress.org/themes/twentynineteen/
Author: the WordPress team
Author URI: https://wordpress.org/
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.
Tested up to: 6.8
Tested up to: 6.9
Requires at least: 4.7
Requires PHP: 5.2.4
Version: 3.1
Version: 3.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentynineteen
Expand Down
2 changes: 1 addition & 1 deletion src/wp-content/themes/twentyseventeen/functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -461,7 +461,7 @@ function twentyseventeen_scripts() {
wp_enqueue_style( 'twentyseventeen-fonts', twentyseventeen_fonts_url(), array(), $font_version );

// Theme stylesheet.
wp_enqueue_style( 'twentyseventeen-style', get_stylesheet_uri(), array(), '20250415' );
wp_enqueue_style( 'twentyseventeen-style', get_stylesheet_uri(), array(), '20251202' );

// Theme block stylesheet.
wp_enqueue_style( 'twentyseventeen-block-style', get_theme_file_uri( '/assets/css/blocks.css' ), array( 'twentyseventeen-style' ), '20240729' );
Expand Down
9 changes: 7 additions & 2 deletions src/wp-content/themes/twentyseventeen/readme.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
=== Twenty Seventeen ===
Contributors: wordpressdotorg
Requires at least: 4.7
Tested up to: 6.8
Tested up to: 6.9
Requires PHP: 5.2.4
Version: 3.9
Version: 4.0
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
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
Expand Down Expand Up @@ -71,6 +71,11 @@ Source: https://stocksnap.io/photo/striped-fabric-9CBVWF2CDU

== Changelog ==

= 4.0 =
* Released: December 2, 2025

https://wordpress.org/documentation/article/twenty-seventeen-changelog/#Version_4.0

= 3.9 =
* Released: April 15, 2025

Expand Down
4 changes: 2 additions & 2 deletions src/wp-content/themes/twentyseventeen/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ Theme URI: https://wordpress.org/themes/twentyseventeen/
Author: the WordPress team
Author URI: https://wordpress.org/
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.
Version: 3.9
Tested up to: 6.8
Version: 4.0
Tested up to: 6.9
Requires at least: 4.7
Requires PHP: 5.2.4
License: GNU General Public License v2 or later
Expand Down
2 changes: 1 addition & 1 deletion src/wp-content/themes/twentysixteen/functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -405,7 +405,7 @@ function twentysixteen_scripts() {
wp_enqueue_style( 'genericons', get_template_directory_uri() . '/genericons/genericons.css', array(), '20251202' );

// Theme stylesheet.
wp_enqueue_style( 'twentysixteen-style', get_stylesheet_uri(), array(), '20250715' );
wp_enqueue_style( 'twentysixteen-style', get_stylesheet_uri(), array(), '20251202' );

// Theme block stylesheet.
wp_enqueue_style( 'twentysixteen-block-style', get_template_directory_uri() . '/css/blocks.css', array( 'twentysixteen-style' ), '20240817' );
Expand Down
9 changes: 7 additions & 2 deletions src/wp-content/themes/twentysixteen/readme.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
=== Twenty Sixteen ===
Contributors: wordpressdotorg
Requires at least: 4.4
Tested up to: 6.8
Tested up to: 6.9
Requires PHP: 5.2.4
Version: 3.6
Version: 3.7
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
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
Expand Down Expand Up @@ -68,6 +68,11 @@ Image used in screenshot.png: A photo by Austin Schmid (https://unsplash.com/sch

== Changelog ==

= 3.7 =
* Released: December 2, 2025

https://wordpress.org/documentation/article/twenty-sixteen-changelog/#Version_3.7

= 3.6 =
* Released: July 15, 2025

Expand Down
4 changes: 2 additions & 2 deletions src/wp-content/themes/twentysixteen/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ Theme URI: https://wordpress.org/themes/twentysixteen/
Author: the WordPress team
Author URI: https://wordpress.org/
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.
Version: 3.6
Tested up to: 6.8
Version: 3.7
Tested up to: 6.9
Requires at least: 4.4
Requires PHP: 5.2.4
License: GNU General Public License v2 or later
Expand Down
2 changes: 1 addition & 1 deletion src/wp-content/themes/twentyten/header.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
?>
</title>
<link rel="profile" href="https://gmpg.org/xfn/11" />
<link rel="stylesheet" type="text/css" media="all" href="<?php echo esc_url( get_stylesheet_uri() ); ?>?ver=20250415" />
<link rel="stylesheet" type="text/css" media="all" href="<?php echo esc_url( get_stylesheet_uri() ); ?>?ver=20251202" />
<link rel="pingback" href="<?php echo esc_url( get_bloginfo( 'pingback_url' ) ); ?>">
<?php
/*
Expand Down
9 changes: 7 additions & 2 deletions src/wp-content/themes/twentyten/readme.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
=== Twenty Ten ===
Contributors: wordpressdotorg
Requires at least: 3.0
Tested up to: 6.8
Tested up to: 6.9
Requires PHP: 5.2.4
Stable tag: 4.4
Stable tag: 4.5
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
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
Expand Down Expand Up @@ -44,6 +44,11 @@ Images

== Changelog ==

= 4.5 =
* Released: December 2, 2025

https://wordpress.org/documentation/article/twenty-ten-changelog/#Version_4.5

= 4.4 =
* Released: April 15, 2025

Expand Down
4 changes: 2 additions & 2 deletions src/wp-content/themes/twentyten/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ Theme URI: https://wordpress.org/themes/twentyten/
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.
Author: the WordPress team
Author URI: https://wordpress.org/
Version: 4.4
Tested up to: 6.8
Version: 4.5
Tested up to: 6.9
Requires at least: 3.0
Requires PHP: 5.2.4
License: GNU General Public License v2 or later
Expand Down
2 changes: 1 addition & 1 deletion src/wp-content/themes/twentythirteen/functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@ function twentythirteen_scripts_styles() {
wp_enqueue_style( 'genericons', get_template_directory_uri() . '/genericons/genericons.css', array(), '20251202' );

// Loads our main stylesheet.
wp_enqueue_style( 'twentythirteen-style', get_stylesheet_uri(), array(), '20250415' );
wp_enqueue_style( 'twentythirteen-style', get_stylesheet_uri(), array(), '20251202' );

// Theme block stylesheet.
wp_enqueue_style( 'twentythirteen-block-style', get_template_directory_uri() . '/css/blocks.css', array( 'twentythirteen-style' ), '20240520' );
Expand Down
9 changes: 7 additions & 2 deletions src/wp-content/themes/twentythirteen/readme.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
=== Twenty Thirteen ===
Contributors: wordpressdotorg
Requires at least: 3.6
Tested up to: 6.8
Tested up to: 6.9
Requires PHP: 5.2.4
Stable tag: 4.4
Stable tag: 4.5
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
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
Expand Down Expand Up @@ -60,6 +60,11 @@ Toroidal Colony: https://www.flickr.com/photos/nasacommons/13889485757/in/album-

== Changelog ==

= 4.5 =
* Released: December 2, 2025

https://wordpress.org/documentation/article/twenty-thirteen-changelog/#Version_4.5

= 4.4 =
* Released: April 15, 2025

Expand Down
Loading
Loading