Changeset 3558
- Timestamp:
- 06/22/2016 03:36:29 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-breathe/functions.php
r3533 r3558 4 4 function styles() { 5 5 wp_enqueue_style( 'p2-breathe', get_template_directory_uri() . '/style.css' ); 6 7 // Cacheing hack 8 wp_enqueue_style( 'wporg-breathe', get_stylesheet_uri(), array( 'p2-breathe' ), '20160622' ); 6 9 } 7 10 add_action( 'wp_enqueue_scripts', __NAMESPACE__ . '\styles', 9 );
Note: See TracChangeset
for help on using the changeset viewer.