diff --git a/wp-includes/class-wp-customize-manager.php b/wp-includes/class-wp-customize-manager.php index 229a2484ba..8e2fb7e920 100644 --- a/wp-includes/class-wp-customize-manager.php +++ b/wp-includes/class-wp-customize-manager.php @@ -462,6 +462,8 @@ final class WP_Customize_Manager { * Check if customize query variable exist. Init filters to filter the current theme. * * @since 3.4.0 + * + * @global string $pagenow */ public function setup_theme() { global $pagenow; diff --git a/wp-includes/version.php b/wp-includes/version.php index fe153abb8d..8cdcb2c025 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.8-alpha-40348'; +$wp_version = '4.8-alpha-40349'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.