Changeset 53062
- Timestamp:
- 04/04/2022 06:41:13 PM (3 years ago)
- Location:
- trunk/src/wp-admin
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/admin.php
r53061 r53062 126 126 * @global string $plugin_page 127 127 * @global string $typenow The post type of the current screen. 128 * @global string $taxnow 128 * @global string $taxnow The taxonomy of the current screen. 129 129 */ 130 130 global $pagenow, $wp_importers, $hook_suffix, $plugin_page, $typenow, $taxnow; -
trunk/src/wp-admin/includes/class-wp-screen.php
r53061 r53062 404 404 * @global WP_Screen $current_screen WordPress current screen object. 405 405 * @global string $typenow The post type of the current screen. 406 * @global string $taxnow 406 * @global string $taxnow The taxonomy of the current screen. 407 407 */ 408 408 public function set_current_screen() {
Note: See TracChangeset
for help on using the changeset viewer.