Remove the skip link focus fix (#1424)

This commit is contained in:
Ismail El Korchi 2020-05-07 05:09:46 +00:00 committed by GitHub
parent cf4410cb1f
commit 301248d5e7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 33 deletions

View file

@ -148,8 +148,6 @@ function _s_scripts() {
wp_enqueue_script( '_s-navigation', get_template_directory_uri() . '/js/navigation.js', array(), _S_VERSION, true );
wp_enqueue_script( '_s-skip-link-focus-fix', get_template_directory_uri() . '/js/skip-link-focus-fix.js', array(), _S_VERSION, true );
if ( is_singular() && comments_open() && get_option( 'thread_comments' ) ) {
wp_enqueue_script( 'comment-reply' );
}