Changeset 30838 for trunk/src/wp-content/themes/twentyfifteen/functions.php
- Timestamp:
- 12/12/2014 11:58:06 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyfifteen/functions.php
r30832 r30838 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">' . esc_html__( 'expand child menu', 'twentyfifteen' ) . '</span>',
Note: See TracChangeset
for help on using the changeset viewer.