mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 22:30:04 +00:00
Docs: Add missing description for $pagenow global in various functions.
See #54729, #55499. git-svn-id: https://develop.svn.wordpress.org/trunk@53060 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -500,7 +500,7 @@ final class WP_Customize_Manager {
|
||||
*
|
||||
* @since 3.4.0
|
||||
*
|
||||
* @global string $pagenow
|
||||
* @global string $pagenow The filename of the current screen.
|
||||
*/
|
||||
public function setup_theme() {
|
||||
global $pagenow;
|
||||
@@ -607,7 +607,7 @@ final class WP_Customize_Manager {
|
||||
*
|
||||
* @since 4.9.0
|
||||
*
|
||||
* @global string $pagenow
|
||||
* @global string $pagenow The filename of the current screen.
|
||||
*/
|
||||
public function establish_loaded_changeset() {
|
||||
global $pagenow;
|
||||
@@ -3285,7 +3285,7 @@ final class WP_Customize_Manager {
|
||||
*
|
||||
* @since 4.9.0
|
||||
*
|
||||
* @global string $pagenow
|
||||
* @global string $pagenow The filename of the current screen.
|
||||
*
|
||||
* @param array $settings Current settings to filter.
|
||||
* @return array Heartbeat settings.
|
||||
|
||||
Reference in New Issue
Block a user