Changeset 60159 for trunk/src/wp-content/themes/twentyfifteen/functions.php
- Timestamp:
- 04/14/2025 02:59:24 PM (12 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyfifteen/functions.php
r59344 r60159 431 431 432 432 // Load our main stylesheet. 433 wp_enqueue_style( 'twentyfifteen-style', get_stylesheet_uri(), array(), '202 41112' );433 wp_enqueue_style( 'twentyfifteen-style', get_stylesheet_uri(), array(), '20250415' ); 434 434 435 435 // Theme block stylesheet. … … 459 459 get_template_directory_uri() . '/js/functions.js', 460 460 array( 'jquery' ), 461 '202 21101',461 '20250303', 462 462 array( 463 463 'in_footer' => false, // Because involves header.
Note: See TracChangeset
for help on using the changeset viewer.