Changeset 55861 for trunk/src/wp-content/themes/twentyfifteen/functions.php
- Timestamp:
- 05/26/2023 05:23:49 PM (19 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyfifteen/functions.php
r55476 r55861 436 436 wp_style_add_data( 'twentyfifteen-ie7', 'conditional', 'lt IE 8' ); 437 437 438 wp_enqueue_script( 'twentyfifteen-skip-link-focus-fix', get_template_directory_uri() . '/js/skip-link-focus-fix.js', array(), '20141028', true ); 438 // Skip-link fix is no longer enqueued by default. 439 wp_register_script( 'twentyfifteen-skip-link-focus-fix', get_template_directory_uri() . '/js/skip-link-focus-fix.js', array(), '20230526', true ); 439 440 440 441 if ( is_singular() && comments_open() && get_option( 'thread_comments' ) ) {
Note: See TracChangeset
for help on using the changeset viewer.