From faf979bb4d180b40b15ed6635a634a7634436c95 Mon Sep 17 00:00:00 2001 From: Konstantin Obenland Date: Fri, 28 Dec 2012 08:38:18 -0800 Subject: [PATCH] Add a space to let it shine. --- inc/customizer.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/inc/customizer.php b/inc/customizer.php index b3556c0b..a9768532 100644 --- a/inc/customizer.php +++ b/inc/customizer.php @@ -23,8 +23,8 @@ add_action( 'customize_register', '_s_customize_register' ); * Binds JS handlers to make Theme Customizer preview reload changes asynchronously. * * @since _s 1.2 -*/ + */ function _s_customize_preview_js() { wp_enqueue_script( '_s_customizer', get_template_directory_uri() . '/js/customizer.js', array( 'customize-preview' ), '20120827', true ); } -add_action( 'customize_preview_init', '_s_customize_preview_js' ); \ No newline at end of file +add_action( 'customize_preview_init', '_s_customize_preview_js' );