Changeset 5376 for sites/trunk/jobs.wordpress.net/public_html/wp-content/themes/jobswp/functions.php
- Timestamp:
- 04/19/2017 09:35:05 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/jobs.wordpress.net/public_html/wp-content/themes/jobswp/functions.php
r123 r5376 110 110 wp_enqueue_style( 'dashicons' ); 111 111 wp_enqueue_style( 'open-sans' ); 112 wp_enqueue_style( 'jobswp-style', get_stylesheet_uri() );112 wp_enqueue_style( 'jobswp-style', get_stylesheet_uri(), array(), '20170419' ); 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.