Make WordPress Core


Ignore:
Timestamp:
08/08/2019 01:28:26 AM (5 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/twentyfifteen/header.php

    r45042 r45768  
    1717    <link rel="pingback" href="<?php echo esc_url( get_bloginfo( 'pingback_url' ) ); ?>">
    1818    <!--[if lt IE 9]>
    19     <script src="<?php echo esc_url( get_template_directory_uri() ); ?>/js/html5.js"></script>
     19    <script src="<?php echo esc_url( get_template_directory_uri() ); ?>/js/html5.js?ver=3.7.0"></script>
    2020    <![endif]-->
    2121    <?php wp_head(); ?>
Note: See TracChangeset for help on using the changeset viewer.