Make WordPress Core


Ignore:
Timestamp:
11/06/2023 03:19:34 PM (20 months ago)
Author:
desrosj
Message:

Bundled Themes: Bump versions for WP 6.4 releases.

Since every default theme was updated during the 6.4 release cycle, this bumps the version of each one.

Twenty Ten: 4.0
Twenty Eleven: 4.5
Twenty Twelve: 4.1
Twenty Thirteen: 4.0
Twenty Fourteen: 3.8
Twenty Fifteen: 3.6
Twenty Sixteen: 3.1
Twenty Seventeen: 3.4
Twenty Nineteen: 2.7
Twenty Twenty: 2.4
Twenty Twenty-One: 2.0
Twenty Twenty-Two: 1.6
Twenty Twenty-Three: 1.3

Props sabernhardt, rajinsharwar, mukesh27.
Fixes #58832.

File:
1 edited

Legend:

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

    r56556 r57069  
    207207
    208208    // Loads our main stylesheet.
    209     wp_enqueue_style( 'twentytwelve-style', get_stylesheet_uri(), array(), '20230808' );
     209    wp_enqueue_style( 'twentytwelve-style', get_stylesheet_uri(), array(), '20231107' );
    210210
    211211    // Theme block stylesheet.
Note: See TracChangeset for help on using the changeset viewer.