Making WordPress.org

Changeset 6339


Ignore:
Timestamp:
01/10/2018 06:23:45 PM (7 years ago)
Author:
obenland
Message:

Plugins: Bump cache.

See [6338].

File:
1 edited

Legend:

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

    r6338 r6339  
    101101    // React is currently only used on detail pages.
    102102    if ( is_single() ) {
    103         wp_enqueue_script( 'wporg-plugins-client', get_template_directory_uri() . '/js/theme.js', array(), '20170501', true );
     103        wp_enqueue_script( 'wporg-plugins-client', get_template_directory_uri() . '/js/theme.js', array(), '20180110', true );
    104104        wp_localize_script( 'wporg-plugins-client', 'pluginDirectory', array(
    105105            'endpoint' => untrailingslashit( rest_url() ), // 'https://wordpress.org/plugins-wp/wp-json',
     
    114114                'localeSlug'   => _x( 'en', 'locale slug', 'wporg-plugins' ),
    115115            ),
    116             'screenshots' => __( 'Screenshots', 'wporg-plugins' ),
     116            'screenshots' => __( 'Screenshots', 'wporg-plugins' ),
    117117        ) );
    118118    }
Note: See TracChangeset for help on using the changeset viewer.