Changeset 45768 for trunk/src/wp-content/themes/twentytwelve/functions.php
- Timestamp:
- 08/08/2019 01:28:26 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentytwelve/functions.php
r45767 r45768 193 193 194 194 // Adds JavaScript for handling the navigation menu hide-and-show behavior. 195 wp_enqueue_script( 'twentytwelve-navigation', get_template_directory_uri() . '/js/navigation.js', array( 'jquery' ), '2014 0711', true );195 wp_enqueue_script( 'twentytwelve-navigation', get_template_directory_uri() . '/js/navigation.js', array( 'jquery' ), '20141205', true ); 196 196 197 197 $font_url = twentytwelve_get_font_url();
Note: See TracChangeset
for help on using the changeset viewer.