- Timestamp:
- 12/09/2013 08:38:00 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyfourteen/functions.php
r26691 r26843 263 263 } 264 264 265 wp_enqueue_script( 'twentyfourteen-script', get_template_directory_uri() . '/js/functions.js', array( 'jquery' ), '2013120 5', true );265 wp_enqueue_script( 'twentyfourteen-script', get_template_directory_uri() . '/js/functions.js', array( 'jquery' ), '20131209', true ); 266 266 } 267 267 add_action( 'wp_enqueue_scripts', 'twentyfourteen_scripts' );
Note: See TracChangeset
for help on using the changeset viewer.