Make WordPress Core


Ignore:
Timestamp:
12/16/2014 10:07:08 PM (11 years ago)
Author:
SergeyBiryukov
Message:

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

Merges [30838] to the 4.1 branch.

props iamtakashi.
see #30674.

File:
1 edited

Legend:

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

    r30924 r30938  
    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">' . __( 'expand child menu', 'twentyfifteen' ) . '</span>',
Note: See TracChangeset for help on using the changeset viewer.