Changeset 9406 for sites/trunk/jobs.wordpress.net/public_html/wp-content/themes/jobswp/functions.php
- Timestamp:
- 01/21/2020 12:43:05 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/jobs.wordpress.net/public_html/wp-content/themes/jobswp/functions.php
r8444 r9406 110 110 wp_enqueue_style( 'dashicons' ); 111 111 wp_enqueue_style( 'open-sans' ); 112 wp_enqueue_style( 'jobswp-style', get_stylesheet_uri(), array(), '20 190311' );112 wp_enqueue_style( 'jobswp-style', get_stylesheet_uri(), array(), '20200120' ); 113 113 114 114 wp_enqueue_script( 'jobswp-navigation', get_template_directory_uri() . '/js/navigation.js', array( 'jquery'), '20131107', true );
Note: See TracChangeset
for help on using the changeset viewer.