Making WordPress.org


Ignore:
Timestamp:
02/10/2015 06:24:54 PM (10 years ago)
Author:
obenland
Message:

WP.org Themes: Bust A Cache.

File:
1 edited

Legend:

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

    r1238 r1243  
    127127    if ( ! is_singular( 'page' ) ) {
    128128        wp_enqueue_script( 'theme', self_admin_url( 'js/theme.js' ), array( 'wp-backbone' ), false, true );
    129         wp_enqueue_script( 'wporg-theme', get_template_directory_uri() . '/js/theme.js', array( 'theme' ), false, true );
     129        wp_enqueue_script( 'wporg-theme', get_template_directory_uri() . '/js/theme.js', array( 'theme' ), time(), true );
    130130
    131131        wp_localize_script( 'theme', '_wpThemeSettings', array(
Note: See TracChangeset for help on using the changeset viewer.