Making WordPress.org

Changeset 9006


Ignore:
Timestamp:
07/01/2019 06:59:24 AM (6 years ago)
Author:
tellyworth
Message:

Plugin dir theme: bust cache for r9005

File:
1 edited

Legend:

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

    r8882 r9006  
    7171 */
    7272function scripts() {
    73     wp_enqueue_style( 'wporg-style', get_theme_file_uri( '/css/style.css' ), [ 'dashicons', 'open-sans' ], '20190510a' );
     73    wp_enqueue_style( 'wporg-style', get_theme_file_uri( '/css/style.css' ), [ 'dashicons', 'open-sans' ], '20190701' );
    7474    wp_style_add_data( 'wporg-style', 'rtl', 'replace' );
    7575
     
    8484    if ( is_singular( 'plugin' ) ) {
    8585        wp_enqueue_script( 'wporg-plugins-popover', get_stylesheet_directory_uri() . '/js/popover.js', array( 'jquery' ), '20171002', true );
    86         wp_enqueue_script( 'wporg-plugins-faq', get_stylesheet_directory_uri() . '/js/section-faq.js', array( 'jquery' ), '20180131', true );
     86        wp_enqueue_script( 'wporg-plugins-faq', get_stylesheet_directory_uri() . '/js/section-faq.js', array( 'jquery' ), '20190701', true );
    8787    }
    8888
Note: See TracChangeset for help on using the changeset viewer.