Making WordPress.org

Changeset 10607


Ignore:
Timestamp:
01/20/2021 05:53:48 PM (4 years ago)
Author:
ryelle
Message:

Plugin Directory: Bump JS cache after [10606].

See #5572.

File:
1 edited

Legend:

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

    r10605 r10607  
    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' ), '20200113', true );
     86        wp_enqueue_script( 'wporg-plugins-faq', get_stylesheet_directory_uri() . '/js/section-faq.js', array( 'jquery' ), '20200120', true );
    8787    }
    8888
Note: See TracChangeset for help on using the changeset viewer.