Making WordPress.org

Changeset 8363


Ignore:
Timestamp:
02/28/2019 01:23:01 AM (6 years ago)
Author:
SergeyBiryukov
Message:

WordPress.org Main Theme: Download: Bump CSS version for cache bust after [8362].

See #4227.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/functions.php

    r8323 r8363  
    7878    $suffix = defined( 'SCRIPT_DEBUG' ) && SCRIPT_DEBUG ? '' : '.min';
    7979
    80     wp_enqueue_style( 'wporg-style', get_theme_file_uri( '/css/style.css' ), [ 'dashicons', 'open-sans' ], '20190222' );
     80    wp_enqueue_style( 'wporg-style', get_theme_file_uri( '/css/style.css' ), [ 'dashicons', 'open-sans' ], '20190228' );
    8181    wp_style_add_data( 'wporg-style', 'rtl', 'replace' );
    8282
Note: See TracChangeset for help on using the changeset viewer.