Changeset 3752
- Timestamp:
- 07/29/2016 10:44:48 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-breathe/functions.php
r3688 r3752 7 7 8 8 // Cacheing hack 9 wp_enqueue_style( 'wporg-breathe', get_stylesheet_uri(), array( 'p2-breathe' ), '201607 15' );9 wp_enqueue_style( 'wporg-breathe', get_stylesheet_uri(), array( 'p2-breathe' ), '20160729' ); 10 10 } 11 11 add_action( 'wp_enqueue_scripts', __NAMESPACE__ . '\styles', 11 );
Note: See TracChangeset
for help on using the changeset viewer.