Skip to content
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
24 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
46db28e
A few version adjustments.
desrosj Nov 25, 2025
51a1ea5
Merge remote-tracking branch 'upstream/trunk' into bundled-themes-6-9
desrosj Nov 29, 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
Prev Previous commit
Next Next commit
Twenty Twelve: functions.php, readme.txt, style.css
  • Loading branch information
shail-mehta committed Nov 11, 2025
commit d18f2b562721e6737057a354bc158e7c7f5b1c90
4 changes: 2 additions & 2 deletions src/wp-content/themes/twentytwelve/functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -212,10 +212,10 @@ function twentytwelve_scripts_styles() {
}

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

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

// Register the Internet Explorer specific stylesheet.
wp_register_style( 'twentytwelve-ie', false, array( 'twentytwelve-style' ) );
Expand Down
9 changes: 7 additions & 2 deletions src/wp-content/themes/twentytwelve/readme.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
=== Twenty Twelve ===
Contributors: wordpressdotorg
Requires at least: 3.5
Tested up to: 6.8
Tested up to: 6.9
Requires PHP: 5.2.4
Stable tag: 4.6
Stable tag: 4.7
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
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
Expand Down Expand Up @@ -49,6 +49,11 @@ Source: https://fontsource.org/fonts/open-sans

== Changelog ==

= 4.7 =
* Released: December 02, 2025

https://wordpress.org/documentation/article/twenty-twelve-changelog/#Version_4.7

= 4.6 =
* Released: July 15, 2025

Expand Down
4 changes: 2 additions & 2 deletions src/wp-content/themes/twentytwelve/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ Theme URI: https://wordpress.org/themes/twentytwelve/
Author: the WordPress team
Author URI: https://wordpress.org/
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.
Version: 4.6
Tested up to: 6.8
Version: 4.7
Tested up to: 6.9
Requires at least: 3.5
Requires PHP: 5.2.4
License: GNU General Public License v2 or later
Expand Down