- Timestamp:
- 07/26/2023 10:07:18 PM (17 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentythirteen/functions.php
r55982 r56315 332 332 333 333 // Loads our main stylesheet. 334 wp_enqueue_style( 'twentythirteen-style', get_stylesheet_uri(), array(), '20230 328' );334 wp_enqueue_style( 'twentythirteen-style', get_stylesheet_uri(), array(), '20230808' ); 335 335 336 336 // Theme block stylesheet. 337 wp_enqueue_style( 'twentythirteen-block-style', get_template_directory_uri() . '/css/blocks.css', array( 'twentythirteen-style' ), '20230 122' );337 wp_enqueue_style( 'twentythirteen-block-style', get_template_directory_uri() . '/css/blocks.css', array( 'twentythirteen-style' ), '20230621' ); 338 338 339 339 // Registers the Internet Explorer specific stylesheet.
Note: See TracChangeset
for help on using the changeset viewer.