Making WordPress.org


Ignore:
Timestamp:
05/30/2019 05:49:35 AM (5 years ago)
Author:
dd32
Message:

Theme Directory: Bump cache busters after [8895].

See #3718.

File:
1 edited

Legend:

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

    r8872 r8896  
    6161    }
    6262
    63     wp_enqueue_style( 'wporg-themes', get_theme_file_uri( '/css/style.css' ), [ 'dashicons', 'open-sans' ], '20190527' );
     63    wp_enqueue_style( 'wporg-themes', get_theme_file_uri( '/css/style.css' ), [ 'dashicons', 'open-sans' ], '20190530' );
    6464    wp_style_add_data( 'wporg-themes', 'rtl', 'replace' );
    6565
    6666    if ( ! is_singular( 'page' ) ) {
    6767        wp_enqueue_script( 'google-charts-loader', 'https://www.gstatic.com/charts/loader.js', array(), null, true );
    68         wp_enqueue_script( 'wporg-theme', get_template_directory_uri() . "/js/theme{$suffix}.js", array( 'wp-backbone' ), 22, true );
     68        wp_enqueue_script( 'wporg-theme', get_template_directory_uri() . "/js/theme{$suffix}.js", array( 'wp-backbone' ), '20190530', true );
    6969
    7070        wp_localize_script( 'wporg-theme', '_wpThemeSettings', array(
Note: See TracChangeset for help on using the changeset viewer.