Changeset 55476 for trunk/src/wp-content/themes/twentysixteen/functions.php
- Timestamp:
- 03/07/2023 04:25:27 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentysixteen/functions.php
r55413 r55476 385 385 386 386 // Theme stylesheet. 387 wp_enqueue_style( 'twentysixteen-style', get_stylesheet_uri(), array(), '202 21101' );387 wp_enqueue_style( 'twentysixteen-style', get_stylesheet_uri(), array(), '20230328' ); 388 388 389 389 // Theme block stylesheet. 390 wp_enqueue_style( 'twentysixteen-block-style', get_template_directory_uri() . '/css/blocks.css', array( 'twentysixteen-style' ), '202 21004' );390 wp_enqueue_style( 'twentysixteen-block-style', get_template_directory_uri() . '/css/blocks.css', array( 'twentysixteen-style' ), '20230206' ); 391 391 392 392 // Load the Internet Explorer specific stylesheet.
Note: See TracChangeset
for help on using the changeset viewer.