Make WordPress Core


Ignore:
Timestamp:
04/04/2022 06:24:18 PM (3 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/plugin.php

    r52934 r53060  
    18591859 * @global array  $menu
    18601860 * @global array  $submenu
    1861  * @global string $pagenow
     1861 * @global string $pagenow              The filename of the current screen.
    18621862 * @global string $typenow
    18631863 * @global string $plugin_page
     
    19501950 * @global array $menu
    19511951 * @global array $submenu
    1952  * @global string $pagenow
     1952 * @global string $pagenow     The filename of the current screen.
    19531953 * @global string $plugin_page
    19541954 * @global string $typenow
     
    20852085 * @since 1.5.0
    20862086 *
    2087  * @global string $pagenow
     2087 * @global string $pagenow            The filename of the current screen.
    20882088 * @global array  $menu
    20892089 * @global array  $submenu
     
    24682468 * @since 5.2.0
    24692469 *
    2470  * @global string $pagenow
     2470 * @global string $pagenow The filename of the current screen.
    24712471 */
    24722472function paused_plugins_notice() {
     
    25012501 * @access private
    25022502 *
    2503  * @global string $pagenow
    2504  * @global string $wp_version
     2503 * @global string $pagenow    The filename of the current screen.
     2504 * @global string $wp_version The WordPress version string.
    25052505 */
    25062506function deactivated_plugins_notice() {
Note: See TracChangeset for help on using the changeset viewer.