Changeset 7963
- Timestamp:
- 12/09/2018 07:54:34 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/functions.php
r7787 r7963 77 77 78 78 if ( ! is_404() ) { 79 wp_enqueue_script( 'wporg-plugins-locale-banner', get_stylesheet_directory_uri() . '/js/locale-banner.js', array( 'jquery' ), '201 71116', true );79 wp_enqueue_script( 'wporg-plugins-locale-banner', get_stylesheet_directory_uri() . '/js/locale-banner.js', array( 'jquery' ), '20181209', true ); 80 80 wp_localize_script( 'wporg-plugins-locale-banner', 'wporgLocaleBanner', array( 81 81 'apiURL' => rest_url( '/plugins/v1/locale-banner' ),
Note: See TracChangeset
for help on using the changeset viewer.