Make WordPress Core


Ignore:
Timestamp:
07/14/2025 09:22:13 AM (9 months ago)
Author:
audrasjb
Message:

Bundled Themes: Bump Default Theme versions for 6.8.2.

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

  • Twenty Twelve: 4.6
  • Twenty Fourteen: 4.3
  • Twenty Sixteen: 3.6
  • Twenty Twenty-One: 2.6
  • Twenty Twenty-Five: 1.3

Reviewed by peterwilsoncc, poena.
Merges [60452], [60453], [60454], [60455] and [60456] to the 6.8 branch.

Props peterwilsoncc, audrasjb, poena, sabernhardt.
Fixes #63681.

Location:
branches/6.8
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/6.8

  • branches/6.8/src/wp-content/themes/twentysixteen/functions.php

    r60162 r60457  
    392392
    393393    // Theme stylesheet.
    394     wp_enqueue_style( 'twentysixteen-style', get_stylesheet_uri(), array(), '20250415' );
     394    wp_enqueue_style( 'twentysixteen-style', get_stylesheet_uri(), array(), '20250715' );
    395395
    396396    // Theme block stylesheet.
     
    453453function twentysixteen_block_editor_styles() {
    454454    // Block styles.
    455     wp_enqueue_style( 'twentysixteen-block-editor-style', get_template_directory_uri() . '/css/editor-blocks.css', array(), '20241202' );
     455    wp_enqueue_style( 'twentysixteen-block-editor-style', get_template_directory_uri() . '/css/editor-blocks.css', array(), '20250715' );
    456456    // Add custom fonts.
    457457    $font_version = ( 0 === strpos( (string) twentysixteen_fonts_url(), get_template_directory_uri() . '/' ) ) ? '20230328' : null;
Note: See TracChangeset for help on using the changeset viewer.