Changeset 30482 for trunk/src/wp-content/themes/twentytwelve/functions.php
- Timestamp:
- 11/20/2014 05:05:27 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentytwelve/functions.php
r29095 r30482 495 495 */ 496 496 function twentytwelve_customize_preview_js() { 497 wp_enqueue_script( 'twentytwelve-customizer', get_template_directory_uri() . '/js/theme-customizer.js', array( 'customize-preview' ), '201 30301', true );497 wp_enqueue_script( 'twentytwelve-customizer', get_template_directory_uri() . '/js/theme-customizer.js', array( 'customize-preview' ), '20141120', true ); 498 498 } 499 499 add_action( 'customize_preview_init', 'twentytwelve_customize_preview_js' );
Note: See TracChangeset
for help on using the changeset viewer.