Changeset 7031 for sites/trunk/wp15.wordpress.net/public_html/content/themes/twentyseventeen-wp15/functions.php
- Timestamp:
- 04/05/2018 04:22:26 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wp15.wordpress.net/public_html/content/themes/twentyseventeen-wp15/functions.php
r7013 r7031 52 52 // Styles for locale switcher. 53 53 wp_enqueue_style( 'select2' ); 54 55 wp_enqueue_script( 56 'twentyseventeen-wp15-front-end', 57 get_theme_file_uri( '/assets/js/front-end.js' ), 58 array( 'jquery', 'twentyseventeen-global' ), 59 1, 60 true 61 ); 54 62 } 55 63
Note: See TracChangeset
for help on using the changeset viewer.