diff --git a/src/wp-includes/js/customize-loader.js b/src/wp-includes/js/customize-loader.js
index 2ee0c0f..fadb4b6 100644
|
a
|
b
|
window.wp = window.wp || {}; |
| 14 | 14 | * Allows the Customizer to be overlayed on any page. |
| 15 | 15 | * |
| 16 | 16 | * By default, any element in the body with the load-customize class will open |
| 17 | | * the Customizer overlay with the URL specified. |
| | 17 | * an iframe overlay with the URL specified. |
| 18 | 18 | * |
| 19 | | * e.g. <a class="load-customize" href="http://siteurl.com/2014/01/02/post">Open customizer</a> |
| | 19 | * e.g. <a class="load-customize" href="<?php echo admin_url( 'customize.php' ) ?>">Open customizer</a> |
| 20 | 20 | * |
| 21 | 21 | * @augments wp.customize.Events |
| 22 | 22 | */ |