- Timestamp:
- 11/06/2023 03:33:59 PM (20 months ago)
- Location:
- branches/6.4
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/6.4
-
branches/6.4/src/wp-content/themes/twentysixteen/functions.php
r56556 r57072 392 392 393 393 // Theme stylesheet. 394 wp_enqueue_style( 'twentysixteen-style', get_stylesheet_uri(), array(), '2023 0808' );394 wp_enqueue_style( 'twentysixteen-style', get_stylesheet_uri(), array(), '20231107' ); 395 395 396 396 // Theme block stylesheet. 397 wp_enqueue_style( 'twentysixteen-block-style', get_template_directory_uri() . '/css/blocks.css', array( 'twentysixteen-style' ), '2023 0628' );397 wp_enqueue_style( 'twentysixteen-block-style', get_template_directory_uri() . '/css/blocks.css', array( 'twentysixteen-style' ), '20231016' ); 398 398 399 399 // Load the Internet Explorer specific stylesheet.
Note: See TracChangeset
for help on using the changeset viewer.