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/vars.php

    r52825 r53060  
    33 * Creates common globals for the rest of WordPress
    44 *
    5  * Sets $pagenow global which is the current page. Checks
    6  * for the browser to set which one is currently being used.
     5 * Sets $pagenow global which is the filename of the current screen.
     6 * Checks for the browser to set which one is currently being used.
    77 *
    88 * Detects which user environment WordPress is being used on.
Note: See TracChangeset for help on using the changeset viewer.