Making WordPress.org


Ignore:
Timestamp:
03/24/2018 05:52:34 PM (8 years ago)
Author:
ocean90
Message:

Main: Bump CSS version for cache bust.

File:
1 edited

Legend:

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

    r6903 r6924  
    6969 */
    7070function scripts() {
    71         wp_enqueue_style( 'wporg-style', get_theme_file_uri( '/css/style.css' ), [ 'dashicons', 'open-sans' ], '20180321a' );
     71        wp_enqueue_style( 'wporg-style', get_theme_file_uri( '/css/style.css' ), [ 'dashicons', 'open-sans' ], '20180322' );
    7272        wp_style_add_data( 'wporg-style', 'rtl', 'replace' );
    7373
Note: See TracChangeset for help on using the changeset viewer.