Make WordPress Core


Ignore:
Timestamp:
12/12/2014 11:58:06 PM (10 years ago)
Author:
lancewillett
Message:

Twenty Fifteen: update scroll functionality to make sure child menu items are always reachable.

Props iamtakashi, fixes #30674.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-content/themes/twentyfifteen/functions.php

    r30832 r30838  
    227227    }
    228228
    229     wp_enqueue_script( 'twentyfifteen-script', get_template_directory_uri() . '/js/functions.js', array( 'jquery' ), '20141010', true );
     229    wp_enqueue_script( 'twentyfifteen-script', get_template_directory_uri() . '/js/functions.js', array( 'jquery' ), '20141212', true );
    230230    wp_localize_script( 'twentyfifteen-script', 'screenReaderText', array(
    231231        'expand'   => '<span class="screen-reader-text">' . esc_html__( 'expand child menu', 'twentyfifteen' ) . '</span>',
Note: See TracChangeset for help on using the changeset viewer.