Making WordPress.org


Ignore:
Timestamp:
07/04/2016 09:34:42 AM (9 years ago)
Author:
ocean90
Message:

WordPress.org Themes: Bump the script version for cache bust.

File:
1 edited

Legend:

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

    r3622 r3623  
    4949    if ( ! is_singular( 'page' ) ) {
    5050        wp_enqueue_script( 'google-jsapi', '//www.google.com/jsapi', array( 'jquery' ), null, true );
    51         wp_enqueue_script( 'wporg-theme', get_template_directory_uri() . "/js/theme{$suffix}.js", array( 'wp-backbone' ), 9, true );
     51        wp_enqueue_script( 'wporg-theme', get_template_directory_uri() . "/js/theme{$suffix}.js", array( 'wp-backbone' ), 10, true );
    5252
    5353        wp_localize_script( 'wporg-theme', '_wpThemeSettings', array(
Note: See TracChangeset for help on using the changeset viewer.