Make WordPress Core


Ignore:
Timestamp:
07/14/2025 08:35:00 AM (10 months ago)
Author:
audrasjb
Message:

Twenty Fourteen: Bump version for 6.8.2.

This bumps the version of Twenty Fourteen for WordPress 6.8.2.

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

File:
1 edited

Legend:

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

    r60159 r60453  
    346346
    347347    // Load our main stylesheet.
    348     wp_enqueue_style( 'twentyfourteen-style', get_stylesheet_uri(), array(), '20250415' );
     348    wp_enqueue_style( 'twentyfourteen-style', get_stylesheet_uri(), array(), '20250715' );
    349349
    350350    // Theme block stylesheet.
    351     wp_enqueue_style( 'twentyfourteen-block-style', get_template_directory_uri() . '/css/blocks.css', array( 'twentyfourteen-style' ), '20240708' );
     351    wp_enqueue_style( 'twentyfourteen-block-style', get_template_directory_uri() . '/css/blocks.css', array( 'twentyfourteen-style' ), '20250715' );
    352352
    353353    // Load the Internet Explorer specific stylesheet.
Note: See TracChangeset for help on using the changeset viewer.