Changeset 53061 for trunk/src/wp-admin/includes/plugin.php
- Timestamp:
- 04/04/2022 06:37:24 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/plugin.php
r53060 r53061 1860 1860 * @global array $submenu 1861 1861 * @global string $pagenow The filename of the current screen. 1862 * @global string $typenow 1862 * @global string $typenow The post type of the current screen. 1863 1863 * @global string $plugin_page 1864 1864 * @global array $_wp_real_parent_file … … 1948 1948 * 1949 1949 * @global string $title 1950 * @global array $menu1951 * @global array $submenu1950 * @global array $menu 1951 * @global array $submenu 1952 1952 * @global string $pagenow The filename of the current screen. 1953 * @global string $typenow The post type of the current screen. 1953 1954 * @global string $plugin_page 1954 * @global string $typenow1955 1955 * 1956 1956 * @return string The title of the current admin page. 1957 1957 */ 1958 1958 function get_admin_page_title() { 1959 global $title, $menu, $submenu, $pagenow, $ plugin_page, $typenow;1959 global $title, $menu, $submenu, $pagenow, $typenow, $plugin_page; 1960 1960 1961 1961 if ( ! empty( $title ) ) {
Note: See TracChangeset
for help on using the changeset viewer.