Changeset 56556 for trunk/src/wp-content/themes/twentyfifteen/functions.php
- Timestamp:
- 09/12/2023 12:04:15 AM (20 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyfifteen/functions.php
r56526 r56556 455 455 } 456 456 457 wp_enqueue_script( 'twentyfifteen-script', get_template_directory_uri() . '/js/functions.js', array( 'jquery' ), '20221101', array( 'in_footer' => true ) ); 457 wp_enqueue_script( 458 'twentyfifteen-script', 459 get_template_directory_uri() . '/js/functions.js', 460 array( 'jquery' ), 461 '20221101', 462 array( 463 'in_footer' => false, // Because involves header. 464 'strategy' => 'defer', 465 ) 466 ); 458 467 wp_localize_script( 459 468 'twentyfifteen-script',
Note: See TracChangeset
for help on using the changeset viewer.