Changeset 9623 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-breathe/functions.php
- Timestamp:
- 03/24/2020 05:38:19 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-breathe/functions.php
r9556 r9623 99 99 100 100 // Cacheing hack 101 wp_enqueue_style( 'wporg-breathe', get_stylesheet_uri(), array( 'p2-breathe' ), '202003 01' );101 wp_enqueue_style( 'wporg-breathe', get_stylesheet_uri(), array( 'p2-breathe' ), '20200324' ); 102 102 } 103 103 add_action( 'wp_enqueue_scripts', __NAMESPACE__ . '\styles', 11 );
Note: See TracChangeset
for help on using the changeset viewer.