- 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/twentythirteen/functions.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/6.9
-
branches/6.9/src/wp-content/themes/twentythirteen/functions.php
r61109 r61331 330 330 get_template_directory_uri() . '/js/functions.js', 331 331 array( 'jquery' ), 332 '202 30526',332 '20250727', 333 333 array( 334 334 'in_footer' => false, // Because involves header. … … 342 342 343 343 // Add Genericons font, used in the main stylesheet. 344 wp_enqueue_style( 'genericons', get_template_directory_uri() . '/genericons/genericons.css', array(), '20251 202' );344 wp_enqueue_style( 'genericons', get_template_directory_uri() . '/genericons/genericons.css', array(), '20251101' ); 345 345 346 346 // Loads our main stylesheet. 347 wp_enqueue_style( 'twentythirteen-style', get_stylesheet_uri(), array(), '2025 0415' );347 wp_enqueue_style( 'twentythirteen-style', get_stylesheet_uri(), array(), '20251202' ); 348 348 349 349 // Theme block stylesheet.
Note: See TracChangeset
for help on using the changeset viewer.