Making WordPress.org


Ignore:
Timestamp:
02/28/2020 12:16:39 AM (5 years ago)
Author:
coffee2code
Message:

Bump CSS version for cache bust after r9542.

File:
1 edited

Legend:

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

    r9393 r9543  
    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' ], '20191220' );
     86    wp_enqueue_style( 'wporg-style', get_theme_file_uri( '/css/style.css' ), [ 'dashicons', 'open-sans' ], '20200227' );
    8787    wp_style_add_data( 'wporg-style', 'rtl', 'replace' );
    8888
Note: See TracChangeset for help on using the changeset viewer.