Making WordPress.org

Changeset 6282


Ignore:
Timestamp:
12/15/2017 06:29:20 AM (7 years ago)
Author:
dd32
Message:

Showcase: Bump scripts version for cache busting.

Fixes #3337

File:
1 edited

Legend:

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

    r6274 r6282  
    224224    wp_enqueue_script( 'jquery' ); // explicit enqueue
    225225    wp_enqueue_script( 'jquery-cycle', get_template_directory_uri() . '/js/jquery.cycle2.min.js', array( 'jquery' ) );
    226     wp_enqueue_script( 'wpsc-scripts', get_template_directory_uri() . '/js/scripts.js', array( 'jquery', 'jquery-cycle' ), '20171214' );
     226    wp_enqueue_script( 'wpsc-scripts', get_template_directory_uri() . '/js/scripts.js', array( 'jquery', 'jquery-cycle' ), '20171214a' );
    227227}
    228228add_action('wp_enqueue_scripts', 'wpsc_scripts');
Note: See TracChangeset for help on using the changeset viewer.