Skip to content

Commit 4f427de

Browse files
committed
Twenty Thirteen: functions.php, readme.txt, style.css
1 parent a90aa1e commit 4f427de

3 files changed

Lines changed: 10 additions & 5 deletions

File tree

src/wp-content/themes/twentythirteen/functions.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@ function twentythirteen_scripts_styles() {
344344
wp_enqueue_style( 'genericons', get_template_directory_uri() . '/genericons/genericons.css', array(), '3.0.3' );
345345

346346
// Loads our main stylesheet.
347-
wp_enqueue_style( 'twentythirteen-style', get_stylesheet_uri(), array(), '20241112' );
347+
wp_enqueue_style( 'twentythirteen-style', get_stylesheet_uri(), array(), '20250415' );
348348

349349
// Theme block stylesheet.
350350
wp_enqueue_style( 'twentythirteen-block-style', get_template_directory_uri() . '/css/blocks.css', array( 'twentythirteen-style' ), '20240520' );

src/wp-content/themes/twentythirteen/readme.txt

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
=== Twenty Thirteen ===
22
Contributors: wordpressdotorg
33
Requires at least: 3.6
4-
Tested up to: 6.7
4+
Tested up to: 6.8
55
Requires PHP: 5.2.4
6-
Stable tag: 4.3
6+
Stable tag: 4.4
77
License: GPLv2 or later
88
License URI: http://www.gnu.org/licenses/gpl-2.0.html
99
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
@@ -64,6 +64,11 @@ Toroidal Colony: https://www.flickr.com/photos/nasacommons/13889485757/in/album-
6464

6565
== Changelog ==
6666

67+
= 4.4 =
68+
* Released: April 15, 2025
69+
70+
https://wordpress.org/documentation/article/twenty-thirteen-changelog/#Version_4.4
71+
6772
= 4.3 =
6873
* Released: November 12, 2024
6974

src/wp-content/themes/twentythirteen/style.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ Theme URI: https://wordpress.org/themes/twentythirteen/
44
Author: the WordPress team
55
Author URI: https://wordpress.org/
66
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.3
8-
Tested up to: 6.7
7+
Version: 4.4
8+
Tested up to: 6.8
99
Requires at least: 3.6
1010
Requires PHP: 5.2.4
1111
License: GNU General Public License v2 or later

0 commit comments

Comments
 (0)