- Timestamp:
- 09/06/2023 09:21:17 PM (3 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentythirteen/functions.php
r56315 r56526 322 322 323 323 // Loads JavaScript file with functionality specific to Twenty Thirteen. 324 wp_enqueue_script( 'twentythirteen-script', get_template_directory_uri() . '/js/functions.js', array( 'jquery' ), '20230526', true);324 wp_enqueue_script( 'twentythirteen-script', get_template_directory_uri() . '/js/functions.js', array( 'jquery' ), '20230526', array( 'in_footer' => true ) ); 325 325 326 326 // Add Source Sans Pro and Bitter fonts, used in the main stylesheet. … … 844 844 */ 845 845 function twentythirteen_customize_preview_js() { 846 wp_enqueue_script( 'twentythirteen-customizer', get_template_directory_uri() . '/js/theme-customizer.js', array( 'customize-preview' ), '20200516', true);846 wp_enqueue_script( 'twentythirteen-customizer', get_template_directory_uri() . '/js/theme-customizer.js', array( 'customize-preview' ), '20200516', array( 'in_footer' => true ) ); 847 847 } 848 848 add_action( 'customize_preview_init', 'twentythirteen_customize_preview_js' );
Note: See TracChangeset
for help on using the changeset viewer.