Changeset 9432
- Timestamp:
- 01/28/2020 07:29:19 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-breathe/functions.php
r9339 r9432 99 99 100 100 // Cacheing hack 101 wp_enqueue_style( 'wporg-breathe', get_stylesheet_uri(), array( 'p2-breathe' ), '20 19-12-12b' );101 wp_enqueue_style( 'wporg-breathe', get_stylesheet_uri(), array( 'p2-breathe' ), '20200128' ); 102 102 } 103 103 add_action( 'wp_enqueue_scripts', __NAMESPACE__ . '\styles', 11 ); 104 104 105 105 function scripts() { 106 wp_enqueue_script( 'wporg-breathe-chapters', get_stylesheet_directory_uri() . '/js/chapters.js', array( 'jquery' ), '20 170904' );106 wp_enqueue_script( 'wporg-breathe-chapters', get_stylesheet_directory_uri() . '/js/chapters.js', array( 'jquery' ), '20200127' ); 107 107 } 108 108 add_action( 'wp_enqueue_scripts', __NAMESPACE__ . '\scripts', 11 );
Note: See TracChangeset
for help on using the changeset viewer.