Making WordPress.org


Ignore:
Timestamp:
11/24/2017 01:08:31 AM (7 years ago)
Author:
tellyworth
Message:

Plugin dir theme: bust css cache for [6166]

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/functions.php

    r6128 r6167  
    5858function scripts() {
    5959    $suffix = is_rtl() ? '-rtl' : '';
    60     wp_enqueue_style( 'wporg-plugins-style', get_template_directory_uri() . "/css/style{$suffix}.css", array(), '20171016' );
     60    wp_enqueue_style( 'wporg-plugins-style', get_template_directory_uri() . "/css/style{$suffix}.css", array(), '20171124' );
    6161
    6262    wp_enqueue_script( 'wporg-plugins-navigation', get_template_directory_uri() . '/js/navigation.js', array(), '20151215', true );
Note: See TracChangeset for help on using the changeset viewer.