- Timestamp:
- 05/26/2023 05:23:49 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyfourteen/functions.php
r55476 r55861 372 372 } 373 373 374 wp_enqueue_script( 'twentyfourteen-script', get_template_directory_uri() . '/js/functions.js', array( 'jquery' ), '202 10122', true );374 wp_enqueue_script( 'twentyfourteen-script', get_template_directory_uri() . '/js/functions.js', array( 'jquery' ), '20230526', true ); 375 375 } 376 376 add_action( 'wp_enqueue_scripts', 'twentyfourteen_scripts' );
Note: See TracChangeset
for help on using the changeset viewer.