Make WordPress Core


Ignore:
Timestamp:
04/14/2025 02:59:24 PM (12 months ago)
Author:
desrosj
Message:

Bundled Themes: Bump Default Theme versions for release.

This bumps the versions of the following default themes for coordinated release with WordPress 6.8:

  • Twenty Ten: 4.4
  • Twenty Eleven: 4.9
  • Twenty Twelve: 4.5
  • Twenty Thirteen: 4.4
  • Twenty Fourteen: 4.2
  • Twenty Fifteen: 4.0
  • Twenty Sixteen: 3.5
  • Twenty Seventeen: 3.9
  • Twenty Nineteen: 3.1
  • Twenty Twenty: 2.9
  • Twenty Twenty-One: 2.5
  • Twenty Twenty-Two: 2.0
  • Twenty Twenty-Five: 1.2

Twenty Twenty-Three and Twenty Twenty-Four will not be receiving an update at this time.

Props shailu25, sabernhardt, desrosj, poena.
Fixes #62990.

File:
1 edited

Legend:

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

    r59344 r60159  
    199199        get_template_directory_uri() . '/js/navigation.js',
    200200        array( 'jquery' ),
    201         '20141205',
     201        '20250303',
    202202        array(
    203203            'in_footer' => false, // Because involves header.
     
    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.
     
    708708 */
    709709function twentytwelve_customize_preview_js() {
    710     wp_enqueue_script( 'twentytwelve-customizer', get_template_directory_uri() . '/js/theme-customizer.js', array( 'customize-preview' ), '20200516', array( 'in_footer' => true ) );
     710    wp_enqueue_script( 'twentytwelve-customizer', get_template_directory_uri() . '/js/theme-customizer.js', array( 'customize-preview' ), '20250217', array( 'in_footer' => true ) );
    711711}
    712712add_action( 'customize_preview_init', 'twentytwelve_customize_preview_js' );
Note: See TracChangeset for help on using the changeset viewer.