Make WordPress Core


Ignore:
Timestamp:
05/19/2026 05:11:20 AM (4 months ago)
Author:
peterwilsoncc
Message:

Bundled themes: Version bumps for version 7.0.

This bumps the version for the upcoming release WordPress 7.0.
Twenty Ten: 4.6.
Twenty Eleven: 5.1.
Twenty Twelve: 4.8.
Twenty Thirteen: 4.6.
Twenty Fourteen: 4.5.
Twenty Fifteen: 4.2.
Twenty Sixteen: 3.8.
Twenty Seventeen: 4.1.
Twenty Nineteen: 3.3.
Twenty Twenty: 3.1.
Twenty Twenty-One: 2.8.
Twenty Twenty-Two: 2.1.
Twenty Twenty-Three: 1.6.
Twenty Twenty-Four: 1.5.
Twenty Twenty-Five: 1.5.

Reviewed by audrasjb.
Merges r62344 to the 7.0 branch.

Props sabernhardt, shailu25, audrasjb, karmatosed.
Fixes #64817.

Location:
branches/7.0
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/7.0

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

    r61329 r62374  
    213213
    214214        // Loads our main stylesheet.
    215         wp_enqueue_style( 'twentytwelve-style', get_stylesheet_uri(), array(), '20251202' );
     215        wp_enqueue_style( 'twentytwelve-style', get_stylesheet_uri(), array(), '20260520' );
    216216
    217217        // Theme block stylesheet.
     
    230230function twentytwelve_block_editor_styles() {
    231231        // Block styles.
    232         wp_enqueue_style( 'twentytwelve-block-editor-style', get_template_directory_uri() . '/css/editor-blocks.css', array(), '20250715' );
     232        wp_enqueue_style( 'twentytwelve-block-editor-style', get_template_directory_uri() . '/css/editor-blocks.css', array(), '20260324' );
    233233        // Add custom fonts.
    234234        $font_version = ( 0 === strpos( (string) twentytwelve_get_font_url(), get_template_directory_uri() . '/' ) ) ? '20230328' : null;
Note: See TracChangeset for help on using the changeset viewer.