Making WordPress.org

Changeset 8323


Ignore:
Timestamp:
02/22/2019 05:31:34 PM (5 years ago)
Author:
coffee2code
Message:

Main Theme: 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

    r8200 r8323  
    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' ], '20180823' );
     80    wp_enqueue_style( 'wporg-style', get_theme_file_uri( '/css/style.css' ), [ 'dashicons', 'open-sans' ], '20190222' );
    8181    wp_style_add_data( 'wporg-style', 'rtl', 'replace' );
    8282
Note: See TracChangeset for help on using the changeset viewer.