- Timestamp:
- 11/06/2023 03:19:34 PM (15 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentythirteen/functions.php
r56556 r57069 341 341 342 342 // Loads our main stylesheet. 343 wp_enqueue_style( 'twentythirteen-style', get_stylesheet_uri(), array(), '2023 0808' );343 wp_enqueue_style( 'twentythirteen-style', get_stylesheet_uri(), array(), '20231107' ); 344 344 345 345 // Theme block stylesheet. 346 wp_enqueue_style( 'twentythirteen-block-style', get_template_directory_uri() . '/css/blocks.css', array( 'twentythirteen-style' ), '2023 0621' );346 wp_enqueue_style( 'twentythirteen-block-style', get_template_directory_uri() . '/css/blocks.css', array( 'twentythirteen-style' ), '20231016' ); 347 347 348 348 // Registers the Internet Explorer specific stylesheet.
Note: See TracChangeset
for help on using the changeset viewer.