Changeset 24514 for trunk/wp-content/themes/twentythirteen/functions.php
- Timestamp:
- 06/25/2013 09:30:43 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/themes/twentythirteen/functions.php
r24511 r24514 219 219 220 220 // Loads JavaScript file with functionality specific to Twenty Thirteen. 221 wp_enqueue_script( 'twentythirteen-script', get_template_directory_uri() . '/js/functions.js', array( 'jquery' ), '20130625 ', true );221 wp_enqueue_script( 'twentythirteen-script', get_template_directory_uri() . '/js/functions.js', array( 'jquery' ), '20130625a', true ); 222 222 223 223 // Loads our main stylesheet.
Note: See TracChangeset
for help on using the changeset viewer.