- Timestamp:
- 12/01/2025 06:09:45 AM (6 months ago)
- Location:
- branches/6.9
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/wp-content/themes/twentyfifteen/functions.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/6.9
-
branches/6.9/src/wp-content/themes/twentyfifteen/functions.php
r61109 r61331 435 435 436 436 // Add Genericons, used in the main stylesheet. 437 wp_enqueue_style( 'genericons', get_template_directory_uri() . '/genericons/genericons.css', array(), '20251 202' );437 wp_enqueue_style( 'genericons', get_template_directory_uri() . '/genericons/genericons.css', array(), '20251101' ); 438 438 439 439 // Load our main stylesheet. 440 wp_enqueue_style( 'twentyfifteen-style', get_stylesheet_uri(), array(), '2025 0415' );440 wp_enqueue_style( 'twentyfifteen-style', get_stylesheet_uri(), array(), '20251202' ); 441 441 442 442 // Theme block stylesheet. … … 460 460 get_template_directory_uri() . '/js/functions.js', 461 461 array( 'jquery' ), 462 '20250 303',462 '20250729', 463 463 array( 464 464 'in_footer' => false, // Because involves header.
Note: See TracChangeset
for help on using the changeset viewer.