- 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/twentyfourteen/functions.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/6.9
-
branches/6.9/src/wp-content/themes/twentyfourteen/functions.php
r61109 r61331 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.