From e8c4b8c8e778745c8ae03fa0f96fe70007e93e91 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Wed, 29 Mar 2017 11:41:46 +0000 Subject: [PATCH] Docs: Add an entry for `$pagenow` global in `WP_Customize_Manager::setup_theme()`. Props mt8.biz. Fixes #40297. Built from https://develop.svn.wordpress.org/trunk@40349 git-svn-id: http://core.svn.wordpress.org/trunk@40256 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/class-wp-customize-manager.php | 2 ++ wp-includes/version.php | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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.