Clarify doc entry for _wp_customize_include()

Props ericlewis. 
Fixes #33488.

Built from https://develop.svn.wordpress.org/trunk@33694


git-svn-id: http://core.svn.wordpress.org/trunk@33661 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Scott Taylor 2015-08-21 17:45:25 +00:00
parent e9305edbce
commit 3d780c6a4b
2 changed files with 3 additions and 2 deletions

View File

@ -1886,7 +1886,8 @@ function check_theme_switched() {
/**
* Includes and instantiates the WP_Customize_Manager class.
*
* Fires when ?wp_customize=on or on wp-admin/customize.php.
* Fires on a preview frame request (when ?wp_customize=on is in the URL) and
* on the Customizer interface page (wp-admin/customize.php).
*
* @since 3.4.0
*

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.4-alpha-33693';
$wp_version = '4.4-alpha-33694';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.