Making WordPress.org


Ignore:
Timestamp:
04/21/2020 10:35:35 PM (5 years ago)
Author:
coffee2code
Message:

Main/Plugins/Themes themes: Bump CSS versions for cache bust after [9760].

File:
1 edited

Legend:

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

    r9692 r9761  
    8484    $suffix = defined( 'SCRIPT_DEBUG' ) && SCRIPT_DEBUG ? '' : '.min';
    8585
    86     wp_enqueue_style( 'wporg-style', get_theme_file_uri( '/css/style.css' ), [ 'dashicons', 'open-sans' ], '20200403' );
     86    wp_enqueue_style( 'wporg-style', get_theme_file_uri( '/css/style.css' ), [ 'dashicons', 'open-sans' ], '20200421' );
    8787    wp_style_add_data( 'wporg-style', 'rtl', 'replace' );
    8888
Note: See TracChangeset for help on using the changeset viewer.