Making WordPress.org

Changeset 10959


Ignore:
Timestamp:
05/06/2021 03:00:33 PM (3 years ago)
Author:
ryelle
Message:

Main Theme: Bump cachebuster on 40% of the web CSS.

File:
1 edited

Legend:

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

    r10951 r10959  
    117117        wp_enqueue_script( 'wporg-page-download', get_theme_file_uri( '/js/page-download.js' ), [ 'jquery', 'jquery-modal' ], '20201118', true );
    118118    } elseif ( is_page( '40-percent-of-web' ) ) {
    119         wp_enqueue_style( 'page-40-percent', get_theme_file_uri( '/css/page-40-percent-style.css' ), [], '1' );
     119        wp_enqueue_style( 'page-40-percent', get_theme_file_uri( '/css/page-40-percent-style.css' ), [], '20210506' );
    120120    }
    121121
Note: See TracChangeset for help on using the changeset viewer.