Changeset 31121 for trunk/src/wp-admin/admin.php
- Timestamp:
- 01/10/2015 05:28:46 AM (11 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/admin.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/admin.php
r31106 r31121 92 92 93 93 // $pagenow is set in vars.php 94 // $wp_importers is sometimes set in wp-admin/includes/import.php 95 // 94 96 // The remaining variables are imported as globals elsewhere, 95 97 // declared as globals here 96 global $pagenow, $ hook_suffix, $plugin_page, $typenow, $taxnow;98 global $pagenow, $wp_importers, $hook_suffix, $plugin_page, $typenow, $taxnow; 97 99 98 100 $page_hook = null;
Note: See TracChangeset
for help on using the changeset viewer.