Make WordPress Core


Ignore:
Timestamp:
04/04/2022 06:24:18 PM (4 years ago)
Author:
SergeyBiryukov
Message:

Docs: Add missing description for $pagenow global in various functions.

See #54729, #55499.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/class-wp-customize-manager.php

    r53059 r53060  
    501501         * @since 3.4.0
    502502         *
    503          * @global string $pagenow
     503         * @global string $pagenow The filename of the current screen.
    504504         */
    505505        public function setup_theme() {
     
    608608         * @since 4.9.0
    609609         *
    610          * @global string $pagenow
     610         * @global string $pagenow The filename of the current screen.
    611611         */
    612612        public function establish_loaded_changeset() {
     
    32863286         * @since 4.9.0
    32873287         *
    3288          * @global string $pagenow
     3288         * @global string $pagenow The filename of the current screen.
    32893289         *
    32903290         * @param array $settings Current settings to filter.
Note: See TracChangeset for help on using the changeset viewer.