Make WordPress Core


Ignore:
Timestamp:
08/02/2012 10:17:06 PM (12 years ago)
Author:
lancewillett
Message:

Twenty Twelve: bump theme-customizer JS version. See #21443.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-content/themes/twentytwelve/inc/theme-options.php

    r21411 r21412  
    242242     */
    243243    public function customize_preview_js() {
    244         wp_enqueue_script( 'twentytwelve-customizer', get_template_directory_uri() . '/js/theme-customizer.js', array( 'customize-preview' ), '20120725', true );
     244        wp_enqueue_script( 'twentytwelve-customizer', get_template_directory_uri() . '/js/theme-customizer.js', array( 'customize-preview' ), '20120802', true );
    245245        wp_localize_script( 'twentytwelve-customizer', 'twentytwelve_customizer', array(
    246246            'option_key' => $this->option_key,
Note: See TracChangeset for help on using the changeset viewer.