Changeset 9668 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/functions.php
- Timestamp:
- 04/01/2020 03:03:01 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/functions.php
r9543 r9668 88 88 89 89 if ( ! is_404() ) { 90 wp_enqueue_script( 'wporg-plugins-locale-banner', get_stylesheet_directory_uri() . '/js/locale-banner.js', array( 'jquery' ), '20 181209', true );90 wp_enqueue_script( 'wporg-plugins-locale-banner', get_stylesheet_directory_uri() . '/js/locale-banner.js', array( 'jquery' ), '20200401', true ); 91 91 wp_localize_script( 'wporg-plugins-locale-banner', 'wporgLocaleBanner', array( 92 92 'apiURL' => rest_url( '/plugins/v1/locale-banner' ),
Note: See TracChangeset
for help on using the changeset viewer.