Changeset 3577
- Timestamp:
- 06/26/2016 09:53:10 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-breathe/functions.php
r3558 r3577 6 6 7 7 // Cacheing hack 8 wp_enqueue_style( 'wporg-breathe', get_stylesheet_uri(), array( 'p2-breathe' ), '2016062 2' );8 wp_enqueue_style( 'wporg-breathe', get_stylesheet_uri(), array( 'p2-breathe' ), '20160626' ); 9 9 } 10 10 add_action( 'wp_enqueue_scripts', __NAMESPACE__ . '\styles', 9 );
Note: See TracChangeset
for help on using the changeset viewer.