- Timestamp:
- 03/15/2015 07:59:53 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyfourteen/functions.php
r31453 r31784 261 261 } 262 262 263 wp_enqueue_script( 'twentyfourteen-script', get_template_directory_uri() . '/js/functions.js', array( 'jquery' ), '201 40616', true );263 wp_enqueue_script( 'twentyfourteen-script', get_template_directory_uri() . '/js/functions.js', array( 'jquery' ), '20150315', true ); 264 264 } 265 265 add_action( 'wp_enqueue_scripts', 'twentyfourteen_scripts' );
Note: See TracChangeset
for help on using the changeset viewer.