Make WordPress Core


Ignore:
Timestamp:
11/20/2014 05:05:27 PM (10 years ago)
Author:
lancewillett
Message:

Twenty Twelve and Thirteen: Use proper way to get customizer settings values.

Props obenland, kdoran. Fixes #29577.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-content/themes/twentythirteen/functions.php

    r30390 r30482  
    548548 */
    549549function twentythirteen_customize_preview_js() {
    550     wp_enqueue_script( 'twentythirteen-customizer', get_template_directory_uri() . '/js/theme-customizer.js', array( 'customize-preview' ), '20130226', true );
     550    wp_enqueue_script( 'twentythirteen-customizer', get_template_directory_uri() . '/js/theme-customizer.js', array( 'customize-preview' ), '20141120', true );
    551551}
    552552add_action( 'customize_preview_init', 'twentythirteen_customize_preview_js' );
Note: See TracChangeset for help on using the changeset viewer.