Make WordPress Core


Ignore:
Timestamp:
04/23/2013 04:30:03 PM (12 years ago)
Author:
lancewillett
Message:

Twenty Thirteen: update JavaScript-based accessibility function hooked to hashchange event to verify user input correctly. Props mfields for the original patch.

Also add textarea to list of elements. See #23875.

File:
1 edited

Legend:

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

    r24036 r24070  
    225225
    226226    // Loads JavaScript file with functionality specific to Twenty Thirteen.
    227     wp_enqueue_script( 'twentythirteen-script', get_template_directory_uri() . '/js/functions.js', array( 'jquery' ), '20130416', true );
     227    wp_enqueue_script( 'twentythirteen-script', get_template_directory_uri() . '/js/functions.js', array( 'jquery' ), '20130423', true );
    228228
    229229    // Loads our main stylesheet.
Note: See TracChangeset for help on using the changeset viewer.