Make WordPress Core


Ignore:
Timestamp:
11/06/2023 03:33:59 PM (2 years 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

Reviewed by hellofromTonya.
Merges [57069] to the 6.4 branch.

Props sabernhardt, rajinsharwar, mukesh27.
Fixes #58832.

Location:
branches/6.4
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/6.4

  • branches/6.4/src/wp-content/themes/twentythirteen/functions.php

    r56556 r57072  
    341341
    342342    // Loads our main stylesheet.
    343     wp_enqueue_style( 'twentythirteen-style', get_stylesheet_uri(), array(), '20230808' );
     343    wp_enqueue_style( 'twentythirteen-style', get_stylesheet_uri(), array(), '20231107' );
    344344
    345345    // Theme block stylesheet.
    346     wp_enqueue_style( 'twentythirteen-block-style', get_template_directory_uri() . '/css/blocks.css', array( 'twentythirteen-style' ), '20230621' );
     346    wp_enqueue_style( 'twentythirteen-block-style', get_template_directory_uri() . '/css/blocks.css', array( 'twentythirteen-style' ), '20231016' );
    347347
    348348    // Registers the Internet Explorer specific stylesheet.
Note: See TracChangeset for help on using the changeset viewer.