Changeset 53060 for trunk/src/wp-admin/includes/plugin.php
- Timestamp:
- 04/04/2022 06:24:18 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/plugin.php
r52934 r53060 1859 1859 * @global array $menu 1860 1860 * @global array $submenu 1861 * @global string $pagenow 1861 * @global string $pagenow The filename of the current screen. 1862 1862 * @global string $typenow 1863 1863 * @global string $plugin_page … … 1950 1950 * @global array $menu 1951 1951 * @global array $submenu 1952 * @global string $pagenow 1952 * @global string $pagenow The filename of the current screen. 1953 1953 * @global string $plugin_page 1954 1954 * @global string $typenow … … 2085 2085 * @since 1.5.0 2086 2086 * 2087 * @global string $pagenow 2087 * @global string $pagenow The filename of the current screen. 2088 2088 * @global array $menu 2089 2089 * @global array $submenu … … 2468 2468 * @since 5.2.0 2469 2469 * 2470 * @global string $pagenow 2470 * @global string $pagenow The filename of the current screen. 2471 2471 */ 2472 2472 function paused_plugins_notice() { … … 2501 2501 * @access private 2502 2502 * 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. 2505 2505 */ 2506 2506 function deactivated_plugins_notice() {
Note: See TracChangeset
for help on using the changeset viewer.