Changeset 56556 for trunk/src/wp-content/themes/twentytwelve/functions.php
- Timestamp:
- 09/12/2023 12:04:15 AM (17 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentytwelve/functions.php
r56526 r56556 189 189 190 190 // Adds JavaScript for handling the navigation menu hide-and-show behavior. 191 wp_enqueue_script( 'twentytwelve-navigation', get_template_directory_uri() . '/js/navigation.js', array( 'jquery' ), '20141205', array( 'in_footer' => true ) ); 191 wp_enqueue_script( 192 'twentytwelve-navigation', 193 get_template_directory_uri() . '/js/navigation.js', 194 array( 'jquery' ), 195 '20141205', 196 array( 197 'in_footer' => false, // Because involves header. 198 'strategy' => 'defer', 199 ) 200 ); 192 201 193 202 $font_url = twentytwelve_get_font_url();
Note: See TracChangeset
for help on using the changeset viewer.