Making WordPress.org


Ignore:
Timestamp:
02/26/2018 11:05:48 PM (9 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

    r6752 r6778  
    8080 */
    8181function scripts() {
    82         wp_enqueue_style( 'wporg-style', get_theme_file_uri( '/css/style.css' ), [ 'dashicons', 'open-sans' ], '20180226' );
     82        wp_enqueue_style( 'wporg-style', get_theme_file_uri( '/css/style.css' ), [ 'dashicons', 'open-sans' ], '20180227' );
    8383        wp_style_add_data( 'wporg-style', 'rtl', 'replace' );
    8484
Note: See TracChangeset for help on using the changeset viewer.