Make WordPress Core


Ignore:
Timestamp:
12/07/2020 08:30:08 PM (4 years ago)
Author:
helen
Message:

Bundled Themes: Bump theme versions ahead of WordPress 5.6.

The following theme versions will be released in coordination with WordPress 5.6:

  • Twenty Ten: 3.2
  • Twenty Eleven: 3.6
  • Twenty Twelve: 3.3
  • Twenty Thirteen: 3.2
  • Twenty Fourteen: 3.0
  • Twenty Fifteen: 2.8
  • Twenty Sixteen: 2.3
  • Twenty Seventeen: 2.5
  • Twenty Nineteen: 1.8
  • Twenty Twenty: 1.6
  • Twenty Twenty-One: 1.0

Props peterwilsoncc, hareesh-pillai, dkarfa, sabernhardt, poena, aristath, SergeyBiryukov.
Fixes #51919.
Merges [49763] to the 5.6 branch.

Location:
branches/5.6
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/5.6

  • branches/5.6/src/wp-content/themes/twentyfifteen/functions.php

    r49208 r49766  
    369369
    370370    // Add Genericons, used in the main stylesheet.
    371     wp_enqueue_style( 'genericons', get_template_directory_uri() . '/genericons/genericons.css', array(), '3.2' );
     371    wp_enqueue_style( 'genericons', get_template_directory_uri() . '/genericons/genericons.css', array(), '20201208' );
    372372
    373373    // Load our main stylesheet.
    374     wp_enqueue_style( 'twentyfifteen-style', get_stylesheet_uri(), array(), '20190507' );
     374    wp_enqueue_style( 'twentyfifteen-style', get_stylesheet_uri(), array(), '20201208' );
    375375
    376376    // Theme block stylesheet.
     
    414414function twentyfifteen_block_editor_styles() {
    415415    // Block styles.
    416     wp_enqueue_style( 'twentyfifteen-block-editor-style', get_template_directory_uri() . '/css/editor-blocks.css', array(), '20190102' );
     416    wp_enqueue_style( 'twentyfifteen-block-editor-style', get_template_directory_uri() . '/css/editor-blocks.css', array(), '20201208' );
    417417    // Add custom fonts.
    418418    wp_enqueue_style( 'twentyfifteen-fonts', twentyfifteen_fonts_url(), array(), null );
Note: See TracChangeset for help on using the changeset viewer.