Changeset 32642 for trunk/src/wp-admin/admin.php
- Timestamp:
- 05/28/2015 09:40:27 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/admin.php
r31297 r32642 95 95 wp_enqueue_script( 'common' ); 96 96 97 // $pagenow is set in vars.php 98 // $wp_importers is sometimes set in wp-admin/includes/import.php 99 // 100 // The remaining variables are imported as globals elsewhere, 101 // declared as globals here 97 98 99 100 /** 101 * $pagenow is set in vars.php 102 * $wp_importers is sometimes set in wp-admin/includes/import.php 103 * The remaining variables are imported as globals elsewhere, declared as globals here 104 * 105 * @global string $pagenow 106 * @global array $wp_importers 107 * @global string $hook_suffix 108 * @global string $plugin_page 109 * @global string $typenow 110 * @global string $taxnow 111 */ 102 112 global $pagenow, $wp_importers, $hook_suffix, $plugin_page, $typenow, $taxnow; 103 113
Note: See TracChangeset
for help on using the changeset viewer.