Making WordPress.org

Changeset 10452


Ignore:
Timestamp:
11/18/2020 03:57:04 PM (4 years ago)
Author:
ryelle
Message:

Theme Directory: Bump cachebuster

File:
1 edited

Legend:

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

    r10351 r10452  
    106106    }
    107107
    108     wp_enqueue_style( 'wporg-themes', get_theme_file_uri( '/css/style.css' ), [ 'dashicons', 'open-sans' ], '20200708a' );
     108    wp_enqueue_style( 'wporg-themes', get_theme_file_uri( '/css/style.css' ), [ 'dashicons', 'open-sans' ], '20201118' );
    109109    wp_style_add_data( 'wporg-themes', 'rtl', 'replace' );
    110110
    111111    if ( ! is_singular( 'page' ) ) {
    112112        wp_enqueue_script( 'google-charts-loader', 'https://www.gstatic.com/charts/loader.js', array(), null, true );
    113         wp_enqueue_script( 'wporg-theme', get_template_directory_uri() . "/js/theme{$suffix}.js", array( 'wp-backbone' ), '20200415', true );
     113        wp_enqueue_script( 'wporg-theme', get_template_directory_uri() . "/js/theme{$suffix}.js", array( 'wp-backbone' ), '20201118', true );
    114114
    115115        // Use the Rosetta-specific site name. Ie. "WordPress.org $LOCALE"
Note: See TracChangeset for help on using the changeset viewer.