- Timestamp:
- 07/26/2023 10:07:18 PM (17 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentynineteen/functions.php
r55929 r56315 261 261 if ( has_nav_menu( 'menu-1' ) ) { 262 262 wp_enqueue_script( 'twentynineteen-priority-menu', get_theme_file_uri( '/js/priority-menu.js' ), array(), '20200129', true ); 263 wp_enqueue_script( 'twentynineteen-touch-navigation', get_theme_file_uri( '/js/touch-keyboard-navigation.js' ), array(), '202 21101', true );263 wp_enqueue_script( 'twentynineteen-touch-navigation', get_theme_file_uri( '/js/touch-keyboard-navigation.js' ), array(), '20230621', true ); 264 264 } 265 265 … … 297 297 function twentynineteen_editor_customizer_styles() { 298 298 299 wp_enqueue_style( 'twentynineteen-editor-customizer-styles', get_theme_file_uri( '/style-editor-customizer.css' ), false, ' 1.1', 'all' );299 wp_enqueue_style( 'twentynineteen-editor-customizer-styles', get_theme_file_uri( '/style-editor-customizer.css' ), false, '2.1', 'all' ); 300 300 301 301 if ( 'custom' === get_theme_mod( 'primary_color' ) ) {
Note: See TracChangeset
for help on using the changeset viewer.