From 9e784dd59fe167390bd998561db8f9a10285aae1 Mon Sep 17 00:00:00 2001 From: Scott Taylor Date: Fri, 21 Aug 2015 17:44:11 +0000 Subject: [PATCH] Clarify doc entry for `_wp_customize_include()` Props ericlewis. Fixes #33488. git-svn-id: https://develop.svn.wordpress.org/trunk@33694 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/theme.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/wp-includes/theme.php b/src/wp-includes/theme.php index 823d2ca471..ae12810961 100644 --- a/src/wp-includes/theme.php +++ b/src/wp-includes/theme.php @@ -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 *