- 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/twentysixteen/functions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/6.9
-
branches/6.9/src/wp-content/themes/twentysixteen/functions.php
r61109 r61331 403 403 404 404 // Add Genericons, used in the main stylesheet. 405 wp_enqueue_style( 'genericons', get_template_directory_uri() . '/genericons/genericons.css', array(), '20251 202' );405 wp_enqueue_style( 'genericons', get_template_directory_uri() . '/genericons/genericons.css', array(), '20251101' ); 406 406 407 407 // Theme stylesheet. 408 wp_enqueue_style( 'twentysixteen-style', get_stylesheet_uri(), array(), '2025 0715' );408 wp_enqueue_style( 'twentysixteen-style', get_stylesheet_uri(), array(), '20251202' ); 409 409 410 410 // Theme block stylesheet.
Note: See TracChangeset
for help on using the changeset viewer.