Make WordPress Core


Ignore:
Timestamp:
08/08/2019 01:28:26 AM (4 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/twentytwelve/functions.php

    r45767 r45768  
    193193
    194194    // Adds JavaScript for handling the navigation menu hide-and-show behavior.
    195     wp_enqueue_script( 'twentytwelve-navigation', get_template_directory_uri() . '/js/navigation.js', array( 'jquery' ), '20140711', true );
     195    wp_enqueue_script( 'twentytwelve-navigation', get_template_directory_uri() . '/js/navigation.js', array( 'jquery' ), '20141205', true );
    196196
    197197    $font_url = twentytwelve_get_font_url();
Note: See TracChangeset for help on using the changeset viewer.