Make WordPress Core


Ignore:
Timestamp:
08/08/2014 11:30:30 PM (10 years ago)
Author:
wonderboymusic
Message:

Add some docs to Customizer JS.

Props ericlewis.
See #29157.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/class-wp-customize-manager.php

    r29170 r29451  
    1717final class WP_Customize_Manager {
    1818    /**
    19      * An instance of the theme that is being customized.
     19     * An instance of the theme being previewed.
    2020     *
    2121     * @var WP_Theme
     
    3131
    3232    /**
    33      * Whether filters have been set to change the active theme to the theme being
    34      * customized.
     33     * Whether this is a Customizer pageload.
    3534     *
    3635     * @var boolean
     
    184183        }
    185184
    186         // All good, let's do some internal business to preview the theme.
    187185        $this->start_previewing_theme();
    188186    }
     
    201199
    202200    /**
    203      * Start previewing the selected theme by adding filters to change the current theme.
     201     * If the theme to be previewed isn't the active theme, add filter callbacks
     202     * to swap it out at runtime.
    204203     *
    205204     * @since 3.4.0
Note: See TracChangeset for help on using the changeset viewer.