Make WordPress Core


Ignore:
Timestamp:
03/15/2015 08:00:57 PM (9 years ago)
Author:
lancewillett
Message:

Twenty Thirteen: add ARIA attributes to menu toggle. See #31527.

File:
1 edited

Legend:

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

    r31453 r31785  
    171171
    172172    // Loads JavaScript file with functionality specific to Twenty Thirteen.
    173     wp_enqueue_script( 'twentythirteen-script', get_template_directory_uri() . '/js/functions.js', array( 'jquery' ), '2014-06-08', true );
     173    wp_enqueue_script( 'twentythirteen-script', get_template_directory_uri() . '/js/functions.js', array( 'jquery' ), '20150315', true );
    174174
    175175    // Add Source Sans Pro and Bitter fonts, used in the main stylesheet.
Note: See TracChangeset for help on using the changeset viewer.