Make WordPress Core

Ticket #29866: 29866.diff

File 29866.diff, 764 bytes (added by ericlewis, 11 years ago)
  • src/wp-includes/js/customize-loader.js

    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 || {}; 
    1414         * Allows the Customizer to be overlayed on any page.
    1515         *
    1616         * 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.
    1818         *
    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>
    2020         *
    2121         * @augments wp.customize.Events
    2222         */