Make WordPress Core


Ignore:
Timestamp:
08/08/2019 01:28:26 AM (6 years ago)
Author:
SergeyBiryukov
Message:

Bundled Themes: Audit and update version numbers passed to wp_enqueue_script() to ensure proper cache busting.

Props dswebsme, ianbelanger, justinahinon.
Fixes #46981.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-content/themes/twentythirteen/functions.php

    r45767 r45768  
    274274
    275275    // Loads JavaScript file with functionality specific to Twenty Thirteen.
    276     wp_enqueue_script( 'twentythirteen-script', get_template_directory_uri() . '/js/functions.js', array( 'jquery' ), '20160717', true );
     276    wp_enqueue_script( 'twentythirteen-script', get_template_directory_uri() . '/js/functions.js', array( 'jquery' ), '20171218', true );
    277277
    278278    // Add Source Sans Pro and Bitter fonts, used in the main stylesheet.
Note: See TracChangeset for help on using the changeset viewer.