Changeset 9333 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-breathe/functions.php
- Timestamp:
- 12/12/2019 02:22:48 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
r9321 r9333 99 99 100 100 // Cacheing hack 101 wp_enqueue_style( 'wporg-breathe', get_stylesheet_uri(), array( 'p2-breathe' ), '2019-12-1 0' );101 wp_enqueue_style( 'wporg-breathe', get_stylesheet_uri(), array( 'p2-breathe' ), '2019-12-12' ); 102 102 } 103 103 add_action( 'wp_enqueue_scripts', __NAMESPACE__ . '\styles', 11 );
Note: See TracChangeset
for help on using the changeset viewer.