Making WordPress.org

Changeset 7963


Ignore:
Timestamp:
12/09/2018 07:54:34 PM (7 years ago)
Author:
obenland
Message:

Bump cache

File:
1 edited

Legend:

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

    r7787 r7963  
    7777
    7878    if ( ! is_404() ) {
    79         wp_enqueue_script( 'wporg-plugins-locale-banner', get_stylesheet_directory_uri() . '/js/locale-banner.js', array( 'jquery' ), '20171116', true );
     79        wp_enqueue_script( 'wporg-plugins-locale-banner', get_stylesheet_directory_uri() . '/js/locale-banner.js', array( 'jquery' ), '20181209', true );
    8080        wp_localize_script( 'wporg-plugins-locale-banner', 'wporgLocaleBanner', array(
    8181            'apiURL'        => rest_url( '/plugins/v1/locale-banner' ),
Note: See TracChangeset for help on using the changeset viewer.