Changeset 55861 for trunk/src/wp-content/themes/twentysixteen/functions.php
- Timestamp:
- 05/26/2023 05:23:49 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentysixteen/functions.php
r55476 r55861 406 406 wp_script_add_data( 'twentysixteen-html5', 'conditional', 'lt IE 9' ); 407 407 408 wp_enqueue_script( 'twentysixteen-skip-link-focus-fix', get_template_directory_uri() . '/js/skip-link-focus-fix.js', array(), '20170530', true ); 408 // Skip-link fix is no longer enqueued by default. 409 wp_register_script( 'twentysixteen-skip-link-focus-fix', get_template_directory_uri() . '/js/skip-link-focus-fix.js', array(), '20230526', true ); 409 410 410 411 if ( is_singular() && comments_open() && get_option( 'thread_comments' ) ) {
Note: See TracChangeset
for help on using the changeset viewer.