Changeset 8403 for sites/trunk/jobs.wordpress.net/public_html/wp-content/themes/jobswp/functions.php
- Timestamp:
- 03/07/2019 09:14:15 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/jobs.wordpress.net/public_html/wp-content/themes/jobswp/functions.php
r8232 r8403 110 110 wp_enqueue_style( 'dashicons' ); 111 111 wp_enqueue_style( 'open-sans' ); 112 wp_enqueue_style( 'jobswp-style', get_stylesheet_uri(), array(), '201 70419' );112 wp_enqueue_style( 'jobswp-style', get_stylesheet_uri(), array(), '20190307' ); 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.