mirror of
https://github.com/WordPress/WordPress.git
synced 2025-02-12 18:42:03 +01:00
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:
parent
e9305edbce
commit
3d780c6a4b
@ -1886,7 +1886,8 @@ function check_theme_switched() {
|
|||||||
/**
|
/**
|
||||||
* Includes and instantiates the WP_Customize_Manager class.
|
* 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
|
* @since 3.4.0
|
||||||
*
|
*
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @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.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
Loading…
Reference in New Issue
Block a user