Making WordPress.org

Changeset 11965

Timestamp:
07/14/2022 11:02:07 PM (2 years ago)
Author:
adamwood
Message:

Bust cache for new full site editing filter

Props apeatling, adamwood

File:
1 edited

Legend:

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

    r11955 r11965  
    140140    }
    141141
    142     wp_enqueue_style( 'wporg-themes', get_theme_file_uri( '/css/style.css' ), [ 'dashicons', 'open-sans' ], '20220711' );
     142    wp_enqueue_style( 'wporg-themes', get_theme_file_uri( '/css/style.css' ), [ 'dashicons', 'open-sans' ], '2022071' );
    143143    wp_style_add_data( 'wporg-themes', 'rtl', 'replace' );
    144144
    145145    if ( ! is_singular( 'page' ) ) {
    146146        wp_enqueue_script( 'google-charts-loader', 'https://www.gstatic.com/charts/loader.js', array(), null, true );
    147         wp_enqueue_script( 'wporg-theme', get_stylesheet_directory_uri() . "/js/theme{$suffix}.js", array( 'wp-backbone' ), '20210303', true );
     147        wp_enqueue_script( 'wporg-theme', get_stylesheet_directory_uri() . "/js/theme{$suffix}.js", array( 'wp-backbone' ), '202', true );
    148148
    149149        // Use the Rosetta-specific site name. Ie. "WordPress.org $LOCALE"
Note: See TracChangeset for help on using the changeset viewer.