Changeset 29838
- Timestamp:
- 10/05/2014 06:39:12 PM (11 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/js/customize-loader.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/js/customize-loader.js
r29450 r29838 15 15 * 16 16 * By default, any element in the body with the load-customize class will open 17 * the Customizeroverlay 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 wp_customize_url(); ?>">Open customizer</a> 20 20 * 21 21 * @augments wp.customize.Events
Note: See TracChangeset
for help on using the changeset viewer.