Making WordPress.org


Ignore:
Timestamp:
01/13/2021 01:27:34 AM (4 years ago)
Author:
dd32
Message:

Plugin Directory: Bump JS cache after [10573].

See #5572.

File:
1 edited

Legend:

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

    r10241 r10574  
    8484    if ( is_singular( 'plugin' ) ) {
    8585        wp_enqueue_script( 'wporg-plugins-popover', get_stylesheet_directory_uri() . '/js/popover.js', array( 'jquery' ), '20171002', true );
    86         wp_enqueue_script( 'wporg-plugins-faq', get_stylesheet_directory_uri() . '/js/section-faq.js', array( 'jquery' ), '20190701', true );
     86        wp_enqueue_script( 'wporg-plugins-faq', get_stylesheet_directory_uri() . '/js/section-faq.js', array( 'jquery' ), '20200113', true );
    8787    }
    8888
Note: See TracChangeset for help on using the changeset viewer.