Making WordPress.org

Changeset 11136


Ignore:
Timestamp:
07/19/2021 11:02:54 PM (5 years ago)
Author:
coffee2code
Message:

Breathe: Bump CSS version for cache bust after [11132].

File:
1 edited

Legend:

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

    r10895 r11136  
    6767        wp_enqueue_style( 'p2-breathe', get_template_directory_uri() . '/style.css' );
    6868
    69         wp_enqueue_style( 'wporg-breathe', get_stylesheet_uri(), array( 'p2-breathe' ), '20210413' );
     69        wp_enqueue_style( 'wporg-breathe', get_stylesheet_uri(), array( 'p2-breathe' ), '20210719' );
    7070}
    7171add_action( 'wp_enqueue_scripts', __NAMESPACE__ . '\styles', 11 );
Note: See TracChangeset for help on using the changeset viewer.