diff --git a/wp-includes/theme.php b/wp-includes/theme.php index 823d2ca471..ae12810961 100644 --- a/wp-includes/theme.php +++ b/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 * diff --git a/wp-includes/version.php b/wp-includes/version.php index 141d09f6e4..b1a6151a4c 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -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.