- Timestamp:
- 12/01/2025 06:09:45 AM (6 months ago)
- Location:
- branches/6.9
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/wp-content/themes/twentynineteen/inc/customizer.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/6.9
-
branches/6.9/src/wp-content/themes/twentynineteen/inc/customizer.php
r60535 r61331 135 135 */ 136 136 function twentynineteen_panels_js() { 137 wp_enqueue_script( 'twentynineteen-customize-controls', get_theme_file_uri( '/js/customize-controls.js' ), array(), '20 181214', array( 'in_footer' => true ) );137 wp_enqueue_script( 'twentynineteen-customize-controls', get_theme_file_uri( '/js/customize-controls.js' ), array(), '20250717', array( 'in_footer' => true ) ); 138 138 } 139 139 add_action( 'customize_controls_enqueue_scripts', 'twentynineteen_panels_js' );
Note: See TracChangeset
for help on using the changeset viewer.