Fix misleading documentation in customize-loader.js.

props ericlewis.
fixes #29866.
Built from https://develop.svn.wordpress.org/trunk@29838


git-svn-id: http://core.svn.wordpress.org/trunk@29602 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2014-10-05 18:40:15 +00:00
parent 45062d7f5c
commit b269a9c5d9

View File

@ -14,9 +14,9 @@ window.wp = window.wp || {};
* Allows the Customizer to be overlayed on any page.
*
* By default, any element in the body with the load-customize class will open
* the Customizer overlay with the URL specified.
* an iframe overlay with the URL specified.
*
* e.g. <a class="load-customize" href="http://siteurl.com/2014/01/02/post">Open customizer</a>
* e.g. <a class="load-customize" href="<?php echo wp_customize_url(); ?>">Open customizer</a>
*
* @augments wp.customize.Events
*/