Fix misleading documentation in customize-loader.js.

props ericlewis.
fixes #29866.

git-svn-id: https://develop.svn.wordpress.org/trunk@29838 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov 2014-10-05 18:39:12 +00:00
parent 4ba75673d8
commit 37f96ce3e6
1 changed files with 2 additions and 2 deletions

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
*/