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-admin/includes/ms.php

    r52332 r53060  
    693693 *
    694694 * @global int    $wp_db_version WordPress database version.
    695  * @global string $pagenow
     695 * @global string $pagenow       The filename of the current screen.
    696696 *
    697697 * @return void|false Void on success. False if the current user is not a super admin.
     
    10301030 * @since 4.6.0
    10311031 *
    1032  * @global string $pagenow
     1032 * @global string $pagenow The filename of the current screen.
    10331033 *
    10341034 * @param array $args {
Note: See TracChangeset for help on using the changeset viewer.