Fixes the broken display header text option in the Customizer.
This commit is contained in:
parent
790b765ac2
commit
8ceefdcdeb
3 changed files with 16 additions and 10 deletions
|
@ -21,6 +21,6 @@ add_action( 'customize_register', '_s_customize_register' );
|
|||
* Binds JS handlers to make Theme Customizer preview reload changes asynchronously.
|
||||
*/
|
||||
function _s_customize_preview_js() {
|
||||
wp_enqueue_script( '_s_customizer', get_template_directory_uri() . '/js/customizer.js', array( 'customize-preview' ), '20130304', true );
|
||||
wp_enqueue_script( '_s_customizer', get_template_directory_uri() . '/js/customizer.js', array( 'customize-preview' ), '20130422', true );
|
||||
}
|
||||
add_action( 'customize_preview_init', '_s_customize_preview_js' );
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue