Making WordPress.org

Changeset 9432


Ignore:
Timestamp:
01/28/2020 07:29:19 PM (5 years ago)
Author:
coffee2code
Message:

Breathe theme: Bump CSS and JS versions for cache bust

File:
1 edited

Legend:

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

    r9339 r9432  
    9999
    100100    // Cacheing hack
    101     wp_enqueue_style( 'wporg-breathe', get_stylesheet_uri(), array( 'p2-breathe' ), '2019-12-12b' );
     101    wp_enqueue_style( 'wporg-breathe', get_stylesheet_uri(), array( 'p2-breathe' ), '20200128' );
    102102}
    103103add_action( 'wp_enqueue_scripts', __NAMESPACE__ . '\styles', 11 );
    104104
    105105function scripts() {
    106     wp_enqueue_script( 'wporg-breathe-chapters', get_stylesheet_directory_uri() . '/js/chapters.js', array( 'jquery' ), '20170904' );
     106    wp_enqueue_script( 'wporg-breathe-chapters', get_stylesheet_directory_uri() . '/js/chapters.js', array( 'jquery' ), '20200127' );
    107107}
    108108add_action( 'wp_enqueue_scripts', __NAMESPACE__ . '\scripts', 11 );
Note: See TracChangeset for help on using the changeset viewer.