- Timestamp:
- 04/14/2025 03:25:34 PM (13 months ago)
- Location:
- branches/6.8
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/wp-content/themes/twentyfifteen/functions.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/6.8
-
branches/6.8/src/wp-content/themes/twentyfifteen/functions.php
r59344 r60162 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.