Make WordPress Core


Ignore:
Timestamp:
01/16/2024 07:23:42 PM (23 months ago)
Author:
desrosj
Message:

Bundled Themes: Version bump themes affected by #60241.

In order to release the fix for #60241, this bumps the version of the following themes:

  • Twenty Seventeen: 3.5
  • Twenty Twenty: 2.5
  • Twenty Twenty-One: 2.2

Props sabernhardt, jorbin.
See #60267.

File:
1 edited

Legend:

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

    r57069 r57296  
    453453
    454454    // Theme stylesheet.
    455     wp_enqueue_style( 'twentyseventeen-style', get_stylesheet_uri(), array(), '20231107' );
     455    wp_enqueue_style( 'twentyseventeen-style', get_stylesheet_uri(), array(), '20240116' );
    456456
    457457    // Theme block stylesheet.
Note: See TracChangeset for help on using the changeset viewer.