Changeset 8708 for trunk/wp-admin/menu.php
- Timestamp:
- 08/22/2008 04:32:42 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/menu.php
r8707 r8708 76 76 $submenu['plugins.php'][15] = array(__('Install Plugins'), 'install_plugins', 'plugin-install.php'); 77 77 78 // Back-compat for old top-levels 79 $_wp_real_parent_file['post.php'] = 'edit.php'; 80 $_wp_real_parent_file['post-new.php'] = 'edit.php'; 81 $_wp_real_parent_file['edit-comments.php'] = 'edit.php'; 82 78 83 do_action('_admin_menu'); 79 84
Note: See TracChangeset
for help on using the changeset viewer.