Make WordPress Core


Ignore:
Timestamp:
07/15/2024 01:57:11 PM (9 months ago)
Author:
davidbaumwald
Message:

Bundled Themes: Bump default theme versions for release with 6.6.

This updates the version of each default theme to the following versions:

  • Twenty Ten: 4.2
  • Twenty Eleven: 4.7
  • Twenty Twelve: 4.3
  • Twenty Thirteen: 4.2
  • Twenty Fourteen: 4.0
  • Twenty Fifteen: 3.8
  • Twenty Sixteen: 3.3
  • Twenty Seventeen: 3.7
  • Twenty Nineteen: 2.9
  • Twenty Twenty: 2.7
  • Twenty Twenty-One: 2.3
  • Twenty Twenty-Two: 1.8
  • Twenty Twenty-Three: 1.5
  • Twenty Twenty-Four: 1.2

These versions will released in coordination with WordPress 6.6.

Props sabernhardt, shail-mehta, rudlinkon.
Fixes #60701.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-content/themes/twentysixteen/functions.php

    r57886 r58718  
    392392
    393393    // Theme stylesheet.
    394     wp_enqueue_style( 'twentysixteen-style', get_stylesheet_uri(), array(), '20240402' );
     394    wp_enqueue_style( 'twentysixteen-style', get_stylesheet_uri(), array(), '20240716' );
    395395
    396396    // Theme block stylesheet.
Note: See TracChangeset for help on using the changeset viewer.