Docs: Add an entry for `$pagenow` global in `WP_Customize_Manager::setup_theme()`.

Props mt8.biz.
Fixes #40297.

git-svn-id: https://develop.svn.wordpress.org/trunk@40349 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov 2017-03-29 11:40:01 +00:00
parent 21310844e3
commit b9de0d7f10
1 changed files with 2 additions and 0 deletions

View File

@ -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;