- Timestamp:
- 08/08/2019 01:28:26 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyseventeen/inc/customizer.php
r43571 r45768 237 237 */ 238 238 function twentyseventeen_customize_preview_js() { 239 wp_enqueue_script( 'twentyseventeen-customize-preview', get_theme_file_uri( '/assets/js/customize-preview.js' ), array( 'customize-preview' ), ' 1.0', true );239 wp_enqueue_script( 'twentyseventeen-customize-preview', get_theme_file_uri( '/assets/js/customize-preview.js' ), array( 'customize-preview' ), '20161002', true ); 240 240 } 241 241 add_action( 'customize_preview_init', 'twentyseventeen_customize_preview_js' ); … … 245 245 */ 246 246 function twentyseventeen_panels_js() { 247 wp_enqueue_script( 'twentyseventeen-customize-controls', get_theme_file_uri( '/assets/js/customize-controls.js' ), array(), ' 1.0', true );247 wp_enqueue_script( 'twentyseventeen-customize-controls', get_theme_file_uri( '/assets/js/customize-controls.js' ), array(), '20161020', true ); 248 248 } 249 249 add_action( 'customize_controls_enqueue_scripts', 'twentyseventeen_panels_js' );
Note: See TracChangeset
for help on using the changeset viewer.