Changeset 24070 for trunk/wp-content/themes/twentythirteen/functions.php
- Timestamp:
- 04/23/2013 04:30:03 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/themes/twentythirteen/functions.php
r24036 r24070 225 225 226 226 // Loads JavaScript file with functionality specific to Twenty Thirteen. 227 wp_enqueue_script( 'twentythirteen-script', get_template_directory_uri() . '/js/functions.js', array( 'jquery' ), '201304 16', true );227 wp_enqueue_script( 'twentythirteen-script', get_template_directory_uri() . '/js/functions.js', array( 'jquery' ), '20130423', true ); 228 228 229 229 // Loads our main stylesheet.
Note: See TracChangeset
for help on using the changeset viewer.