Making WordPress.org

Changeset 6607


Ignore:
Timestamp:
02/12/2018 07:40:42 PM (7 years ago)
Author:
obenland
Message:

WP.org: Bump cache

File:
1 edited

Legend:

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

    r6581 r6607  
    8181function scripts() {
    8282    $suffix = is_rtl() ? '-rtl' : '';
    83     wp_enqueue_style( 'wporg-style', get_stylesheet_directory_uri() . "/css/style{$suffix}.css", [ 'dashicons', 'open-sans' ], '20180209' );
     83    wp_enqueue_style( 'wporg-style', get_stylesheet_directory_uri() . "/css/style{$suffix}.css", [ 'dashicons', 'open-sans' ], '20180212' );
    8484
    8585    // phpcs:ignore Squiz.PHP.CommentedOutCode.Found, Squiz.Commenting.InlineComment.InvalidEndChar
Note: See TracChangeset for help on using the changeset viewer.