Making WordPress.org


Ignore:
Timestamp:
01/21/2020 12:43:05 AM (5 years ago)
Author:
coffee2code
Message:

Jobs: Add icon for new 'Translation' position type.

Props casiepa, coffee2code.
Fixes #4921.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/jobs.wordpress.net/public_html/wp-content/themes/jobswp/functions.php

    r8444 r9406  
    110110    wp_enqueue_style( 'dashicons' );
    111111    wp_enqueue_style( 'open-sans' );
    112     wp_enqueue_style( 'jobswp-style', get_stylesheet_uri(), array(), '20190311' );
     112    wp_enqueue_style( 'jobswp-style', get_stylesheet_uri(), array(), '20200120' );
    113113
    114114    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.