Changeset 9962
- Timestamp:
- 11/29/2008 07:53:53 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/admin.php
r9929 r9962 62 62 // backwards compatibility for plugins using add_management_page 63 63 if ( empty( $page_hook ) && 'edit.php' == $pagenow && '' != get_plugin_page_hook($plugin_page, 'tools.php') ) { 64 wp_redirect('tool .php?page=' . $plugin_page);64 wp_redirect('tools.php?page=' . $plugin_page); 65 65 exit; 66 66 }
Note: See TracChangeset
for help on using the changeset viewer.