Changeset 60159 for trunk/src/wp-content/themes/twentytwelve/functions.php
- Timestamp:
- 04/14/2025 02:59:24 PM (12 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentytwelve/functions.php
r59344 r60159 199 199 get_template_directory_uri() . '/js/navigation.js', 200 200 array( 'jquery' ), 201 '20 141205',201 '20250303', 202 202 array( 203 203 'in_footer' => false, // Because involves header. … … 213 213 214 214 // Loads our main stylesheet. 215 wp_enqueue_style( 'twentytwelve-style', get_stylesheet_uri(), array(), '202 41112' );215 wp_enqueue_style( 'twentytwelve-style', get_stylesheet_uri(), array(), '20250415' ); 216 216 217 217 // Theme block stylesheet. … … 708 708 */ 709 709 function twentytwelve_customize_preview_js() { 710 wp_enqueue_script( 'twentytwelve-customizer', get_template_directory_uri() . '/js/theme-customizer.js', array( 'customize-preview' ), '202 00516', array( 'in_footer' => true ) );710 wp_enqueue_script( 'twentytwelve-customizer', get_template_directory_uri() . '/js/theme-customizer.js', array( 'customize-preview' ), '20250217', array( 'in_footer' => true ) ); 711 711 } 712 712 add_action( 'customize_preview_init', 'twentytwelve_customize_preview_js' );
Note: See TracChangeset
for help on using the changeset viewer.