wp/wp-includes/js/customize-loader.js
changeset 21 48c4eec2b7e6
parent 16 a86126ab1dd4
equal deleted inserted replaced
20:7b1b88e27a20 21:48c4eec2b7e6
    20 		history: !! ( window.history && history.pushState ),
    20 		history: !! ( window.history && history.pushState ),
    21 		hashchange: ('onhashchange' in window) && (document.documentMode === undefined || document.documentMode > 7)
    21 		hashchange: ('onhashchange' in window) && (document.documentMode === undefined || document.documentMode > 7)
    22 	});
    22 	});
    23 
    23 
    24 	/**
    24 	/**
    25 	 * Allows the Customizer to be overlayed on any page.
    25 	 * Allows the Customizer to be overlaid on any page.
    26 	 *
    26 	 *
    27 	 * By default, any element in the body with the load-customize class will open
    27 	 * By default, any element in the body with the load-customize class will open
    28 	 * an iframe overlay with the URL specified.
    28 	 * an iframe overlay with the URL specified.
    29 	 *
    29 	 *
    30 	 *     e.g. <a class="load-customize" href="<?php echo wp_customize_url(); ?>">Open Customizer</a>
    30 	 *     e.g. <a class="load-customize" href="<?php echo wp_customize_url(); ?>">Open Customizer</a>