- Timestamp:
- 07/27/2023 10:18:04 AM (15 months ago)
- Location:
- branches/6.3
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/6.3
-
branches/6.3/src/wp-content/themes/twentythirteen/functions.php
r55982 r56318 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.