Skip to content

Commit ebca849

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

3 files changed

Lines changed: 10 additions & 5 deletions

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ function twentytwelve_scripts_styles() {
212212
}
213213

214214
// Loads our main stylesheet.
215-
wp_enqueue_style( 'twentytwelve-style', get_stylesheet_uri(), array(), '20241112' );
215+
wp_enqueue_style( 'twentytwelve-style', get_stylesheet_uri(), array(), '20250415' );
216216

217217
// Theme block stylesheet.
218218
wp_enqueue_style( 'twentytwelve-block-style', get_template_directory_uri() . '/css/blocks.css', array( 'twentytwelve-style' ), '20240812' );

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

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
=== Twenty Twelve ===
22
Contributors: wordpressdotorg
33
Requires at least: 3.5
4-
Tested up to: 6.7
4+
Tested up to: 6.8
55
Requires PHP: 5.2.4
6-
Stable tag: 4.4
6+
Stable tag: 4.5
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-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
@@ -53,6 +53,11 @@ Source: https://fontsource.org/fonts/open-sans
5353

5454
== Changelog ==
5555

56+
= 4.5 =
57+
* Released: April 15, 2025
58+
59+
https://wordpress.org/documentation/article/twenty-twelve-changelog/#Version_4.5
60+
5661
= 4.4 =
5762
* Released: November 12, 2024
5863

src/wp-content/themes/twentytwelve/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/twentytwelve/
44
Author: the WordPress team
55
Author URI: https://wordpress.org/
66
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.4
8-
Tested up to: 6.7
7+
Version: 4.5
8+
Tested up to: 6.8
99
Requires at least: 3.5
1010
Requires PHP: 5.2.4
1111
License: GNU General Public License v2 or later

0 commit comments

Comments
 (0)