Changeset 11557 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-breathe/functions.php
- Timestamp:
- 02/15/2022 03:56:46 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-breathe/functions.php
r11556 r11557 68 68 wp_enqueue_style( 'p2-breathe', get_template_directory_uri() . '/style.css' ); 69 69 70 wp_enqueue_style( 'wporg-breathe', get_stylesheet_uri(), array( 'p2-breathe' ), '20220215 a' );70 wp_enqueue_style( 'wporg-breathe', get_stylesheet_uri(), array( 'p2-breathe' ), '20220215b' ); 71 71 } 72 72 add_action( 'wp_enqueue_scripts', __NAMESPACE__ . '\styles', 11 );
Note: See TracChangeset
for help on using the changeset viewer.