forked from mirror/_s
Add a space to let it shine.
This commit is contained in:
parent
5bfc37093b
commit
faf979bb4d
|
@ -23,7 +23,7 @@ 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 );
|
||||
}
|
||||
|
|
Reference in New Issue