- Timestamp:
- 12/01/2025 12:42:30 AM (3 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyfourteen/functions.php
r61302 r61329 343 343 344 344 // Add Genericons font, used in the main stylesheet. 345 wp_enqueue_style( 'genericons', get_template_directory_uri() . '/genericons/genericons.css', array(), '20251 202' );345 wp_enqueue_style( 'genericons', get_template_directory_uri() . '/genericons/genericons.css', array(), '20251101' ); 346 346 347 347 // Load our main stylesheet. 348 wp_enqueue_style( 'twentyfourteen-style', get_stylesheet_uri(), array(), '2025 0715' );348 wp_enqueue_style( 'twentyfourteen-style', get_stylesheet_uri(), array(), '20251202' ); 349 349 350 350 // Theme block stylesheet. … … 391 391 get_template_directory_uri() . '/js/functions.js', 392 392 array( 'jquery' ), 393 '202 30526',393 '20250729', 394 394 array( 395 395 'in_footer' => false, // Because involves header.
Note: See TracChangeset
for help on using the changeset viewer.