Make WordPress Core


Ignore:
Timestamp:
12/01/2025 06:09:45 AM (6 months ago)
Author:
desrosj
Message:

Bundled Themes: Bump theme versions for release with 6.9.

Changes have been made to each and every default theme during the 6.9 release cycle. This bumps the theme versions as follows to prepare for releasing in coordination with WordPress 6.9:

  • Twenty Ten: 4.5
  • Twenty Eleven: 5.0
  • Twenty Twelve: 4.7
  • Twenty Thirteen: 4.5
  • Twenty Fourteen: 4.4
  • Twenty Fifteen: 4.1
  • Twenty Sixteen: 3.7
  • Twenty Seventeen: 4.0
  • Twenty Nineteen: 3.2
  • Twenty Twenty: 3.0
  • Twenty Twenty-One: 2.7
  • Twenty Twenty-Two: 2.1
  • Twenty Twenty-Three: 1.6
  • Twenty Twenty-Four: 1.4
  • Twenty Twenty-Five: 1.4

Reviewed by peterwilsoncc.
Merges [61329] to the 6.9 branch.

Props shailu25, desrosj, mukesh27, sabernhardt, wildworks, umeshsinghin, peterwilsoncc.
Fixes #64069.

Location:
branches/6.9
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/6.9

  • branches/6.9/src/wp-content/themes/twentytwelve/functions.php

    r61095 r61331  
    213213
    214214    // Loads our main stylesheet.
    215     wp_enqueue_style( 'twentytwelve-style', get_stylesheet_uri(), array(), '20250715' );
     215    wp_enqueue_style( 'twentytwelve-style', get_stylesheet_uri(), array(), '20251202' );
    216216
    217217    // Theme block stylesheet.
    218     wp_enqueue_style( 'twentytwelve-block-style', get_template_directory_uri() . '/css/blocks.css', array( 'twentytwelve-style' ), '20240812' );
     218    wp_enqueue_style( 'twentytwelve-block-style', get_template_directory_uri() . '/css/blocks.css', array( 'twentytwelve-style' ), '20251031' );
    219219
    220220    // Register the Internet Explorer specific stylesheet.
Note: See TracChangeset for help on using the changeset viewer.