- Timestamp:
- 12/16/2014 10:07:08 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/4.1/src/wp-content/themes/twentyfifteen/functions.php
r30924 r30938 227 227 } 228 228 229 wp_enqueue_script( 'twentyfifteen-script', get_template_directory_uri() . '/js/functions.js', array( 'jquery' ), '20141 010', true );229 wp_enqueue_script( 'twentyfifteen-script', get_template_directory_uri() . '/js/functions.js', array( 'jquery' ), '20141212', true ); 230 230 wp_localize_script( 'twentyfifteen-script', 'screenReaderText', array( 231 231 'expand' => '<span class="screen-reader-text">' . __( 'expand child menu', 'twentyfifteen' ) . '</span>',
Note: See TracChangeset
for help on using the changeset viewer.