Changeset 9406
- Timestamp:
- 01/21/2020 12:43:05 AM (5 years ago)
- Location:
- sites/trunk/jobs.wordpress.net/public_html/wp-content/themes/jobswp
- Files:
-
- 2 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 ); -
sites/trunk/jobs.wordpress.net/public_html/wp-content/themes/jobswp/style.css
r9290 r9406 826 826 content: '\f125'; 827 827 } 828 .job-cat-item-translation:before { /* Translation */ 829 content: '\f326'; 830 } 828 831 829 832 .job-cat-item-all:before {
Note: See TracChangeset
for help on using the changeset viewer.