Make WordPress Core


Ignore:
Timestamp:
12/07/2020 03:53:19 PM (4 years ago)
Author:
SergeyBiryukov
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.

File:
1 edited

Legend:

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

    r49208 r49763  
    411411function twentyfourteen_block_editor_styles() {
    412412    // Block styles.
    413     wp_enqueue_style( 'twentyfourteen-block-editor-style', get_template_directory_uri() . '/css/editor-blocks.css', array(), '20190102' );
     413    wp_enqueue_style( 'twentyfourteen-block-editor-style', get_template_directory_uri() . '/css/editor-blocks.css', array(), '20201208' );
    414414    // Add custom fonts.
    415415    wp_enqueue_style( 'twentyfourteen-fonts', twentyfourteen_font_url(), array(), null );
Note: See TracChangeset for help on using the changeset viewer.