Twenty Fourteen: bump JS version for customizer.js, see #26338.
git-svn-id: https://develop.svn.wordpress.org/trunk@26669 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
0361c75b09
commit
f232b0247d
@ -77,7 +77,7 @@ function twentyfourteen_sanitize_layout( $layout ) {
|
||||
* @since Twenty Fourteen 1.0
|
||||
*/
|
||||
function twentyfourteen_customize_preview_js() {
|
||||
wp_enqueue_script( 'twentyfourteen_customizer', get_template_directory_uri() . '/js/customizer.js', array( 'customize-preview' ), '20131130', true );
|
||||
wp_enqueue_script( 'twentyfourteen_customizer', get_template_directory_uri() . '/js/customizer.js', array( 'customize-preview' ), '20131205', true );
|
||||
}
|
||||
add_action( 'customize_preview_init', 'twentyfourteen_customize_preview_js' );
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user