- Timestamp:
- 07/14/2025 08:35:00 AM (10 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyfourteen/functions.php
r60159 r60453 346 346 347 347 // Load our main stylesheet. 348 wp_enqueue_style( 'twentyfourteen-style', get_stylesheet_uri(), array(), '20250 415' );348 wp_enqueue_style( 'twentyfourteen-style', get_stylesheet_uri(), array(), '20250715' ); 349 349 350 350 // Theme block stylesheet. 351 wp_enqueue_style( 'twentyfourteen-block-style', get_template_directory_uri() . '/css/blocks.css', array( 'twentyfourteen-style' ), '202 40708' );351 wp_enqueue_style( 'twentyfourteen-block-style', get_template_directory_uri() . '/css/blocks.css', array( 'twentyfourteen-style' ), '20250715' ); 352 352 353 353 // Load the Internet Explorer specific stylesheet.
Note: See TracChangeset
for help on using the changeset viewer.