Make WordPress Core


Ignore:
Timestamp:
07/14/2025 08:47:16 AM (9 months ago)
Author:
audrasjb
Message:

Twenty Twelve: Bump version for 6.8.2.

This bumps the version of Twenty Twelve for WordPress 6.8.2.

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

File:
1 edited

Legend:

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

    r60159 r60456  
    213213
    214214    // Loads our main stylesheet.
    215     wp_enqueue_style( 'twentytwelve-style', get_stylesheet_uri(), array(), '20250415' );
     215    wp_enqueue_style( 'twentytwelve-style', get_stylesheet_uri(), array(), '20250715' );
    216216
    217217    // Theme block stylesheet.
     
    231231function twentytwelve_block_editor_styles() {
    232232    // Block styles.
    233     wp_enqueue_style( 'twentytwelve-block-editor-style', get_template_directory_uri() . '/css/editor-blocks.css', array(), '20240811' );
     233    wp_enqueue_style( 'twentytwelve-block-editor-style', get_template_directory_uri() . '/css/editor-blocks.css', array(), '20250715' );
    234234    // Add custom fonts.
    235235    $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.