Changeset 28702
- Timestamp:
- 06/08/2014 07:20:48 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentytwelve/functions.php
r28250 r28702 141 141 142 142 // Adds JavaScript for handling the navigation menu hide-and-show behavior. 143 wp_enqueue_script( 'twentytwelve-navigation', get_template_directory_uri() . '/js/navigation.js', array( 'jquery' ), '20140 318', true );143 wp_enqueue_script( 'twentytwelve-navigation', get_template_directory_uri() . '/js/navigation.js', array( 'jquery' ), '20140608', true ); 144 144 145 145 $font_url = twentytwelve_get_font_url();
Note: See TracChangeset
for help on using the changeset viewer.