Twenty Twelve: bump theme-customizer JS version. See #21443.
git-svn-id: http://core.svn.wordpress.org/trunk@21412 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
ffc2e121fc
commit
3a0841fee7
|
@ -241,7 +241,7 @@ class Twenty_Twelve_Options {
|
||||||
* @return void
|
* @return void
|
||||||
*/
|
*/
|
||||||
public function customize_preview_js() {
|
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(
|
wp_localize_script( 'twentytwelve-customizer', 'twentytwelve_customizer', array(
|
||||||
'option_key' => $this->option_key,
|
'option_key' => $this->option_key,
|
||||||
'link' => $this->custom_fonts_url(),
|
'link' => $this->custom_fonts_url(),
|
||||||
|
|
Loading…
Reference in New Issue