From 28562bc58a0155a19f5d7c0cd0a5117d365ae470 Mon Sep 17 00:00:00 2001 From: Lance Willett Date: Thu, 2 Aug 2012 22:17:06 +0000 Subject: [PATCH] Twenty Twelve: bump theme-customizer JS version. See #21443. git-svn-id: https://develop.svn.wordpress.org/trunk@21412 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-content/themes/twentytwelve/inc/theme-options.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-content/themes/twentytwelve/inc/theme-options.php b/wp-content/themes/twentytwelve/inc/theme-options.php index ea2d770623..1e2207ce78 100644 --- a/wp-content/themes/twentytwelve/inc/theme-options.php +++ b/wp-content/themes/twentytwelve/inc/theme-options.php @@ -241,7 +241,7 @@ class Twenty_Twelve_Options { * @return void */ public function customize_preview_js() { - wp_enqueue_script( 'twentytwelve-customizer', get_template_directory_uri() . '/js/theme-customizer.js', array( 'customize-preview' ), '20120725', true ); + wp_enqueue_script( 'twentytwelve-customizer', get_template_directory_uri() . '/js/theme-customizer.js', array( 'customize-preview' ), '20120802', true ); wp_localize_script( 'twentytwelve-customizer', 'twentytwelve_customizer', array( 'option_key' => $this->option_key, 'link' => $this->custom_fonts_url(),