Making WordPress.org

Changeset 7358


Ignore:
Timestamp:
07/02/2018 11:33:38 PM (6 years ago)
Author:
obenland
Message:

WPorg: Cache bump

File:
1 edited

Legend:

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

    r7287 r7358  
    100100 */
    101101function scripts() {
    102     wp_enqueue_style( 'wporg-style', get_theme_file_uri( '/css/style.css' ), [ 'dashicons', 'open-sans' ], '20180321' );
     102    wp_enqueue_style( 'wporg-style', get_theme_file_uri( '/css/style.css' ), [ 'dashicons', 'open-sans' ], '20180702' );
    103103    wp_style_add_data( 'wporg-style', 'rtl', 'replace' );
    104104
Note: See TracChangeset for help on using the changeset viewer.