Changeset 61329 for trunk/src/wp-content/themes/twentyfifteen/functions.php
- Timestamp:
- 12/01/2025 12:42:30 AM (3 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyfifteen/functions.php
r61302 r61329 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.