- Timestamp:
- 05/20/2022 04:06:54 PM (3 years ago)
- Location:
- branches/6.0
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/6.0
-
branches/6.0/src/wp-content/themes/twentyfifteen/functions.php
r52724 r53423 442 442 443 443 // Theme block stylesheet. 444 wp_enqueue_style( 'twentyfifteen-block-style', get_template_directory_uri() . '/css/blocks.css', array( 'twentyfifteen-style' ), '20 190102' );444 wp_enqueue_style( 'twentyfifteen-block-style', get_template_directory_uri() . '/css/blocks.css', array( 'twentyfifteen-style' ), '20220524' ); 445 445 446 446 // Load the Internet Explorer specific stylesheet. … … 462 462 } 463 463 464 wp_enqueue_script( 'twentyfifteen-script', get_template_directory_uri() . '/js/functions.js', array( 'jquery' ), '20 171218', true );464 wp_enqueue_script( 'twentyfifteen-script', get_template_directory_uri() . '/js/functions.js', array( 'jquery' ), '20220524', true ); 465 465 wp_localize_script( 466 466 'twentyfifteen-script',
Note: See TracChangeset
for help on using the changeset viewer.