- Timestamp:
- 03/07/2023 04:25:27 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentythirteen/functions.php
r55472 r55476 325 325 326 326 // Loads our main stylesheet. 327 wp_enqueue_style( 'twentythirteen-style', get_stylesheet_uri(), array(), '202 21101' );327 wp_enqueue_style( 'twentythirteen-style', get_stylesheet_uri(), array(), '20230328' ); 328 328 329 329 // Theme block stylesheet. 330 wp_enqueue_style( 'twentythirteen-block-style', get_template_directory_uri() . '/css/blocks.css', array( 'twentythirteen-style' ), '202 10622' );330 wp_enqueue_style( 'twentythirteen-block-style', get_template_directory_uri() . '/css/blocks.css', array( 'twentythirteen-style' ), '20230122' ); 331 331 332 332 // Loads the Internet Explorer specific stylesheet.
Note: See TracChangeset
for help on using the changeset viewer.