- Timestamp:
- 11/07/2014 05:19:55 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyfifteen/inc/customizer.php
r30233 r30271 656 656 */ 657 657 function twentyfifteen_customize_preview_js() { 658 wp_enqueue_script( 'twentyfifteen-customize r', get_template_directory_uri() . '/js/customizer.js', array( 'customize-preview' ), '20141005', true );658 wp_enqueue_script( 'twentyfifteen-customize-preview', get_template_directory_uri() . '/js/customize-preview.js', array( 'customize-preview' ), '20141029', true ); 659 659 } 660 660 add_action( 'customize_preview_init', 'twentyfifteen_customize_preview_js' );
Note: See TracChangeset
for help on using the changeset viewer.