Changeset 8708
- Timestamp:
- 08/22/2008 04:32:42 AM (16 years ago)
- Location:
- trunk/wp-admin
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/plugin.php
r8600 r8708 617 617 if ( isset( $admin_page_hooks[$parent] )) 618 618 $page_type = $admin_page_hooks[$parent]; 619 } else if ( isset( $admin_page_hooks[$parent _page] ) ) {620 $page_type = $admin_page_hooks[$parent _page];619 } else if ( isset( $admin_page_hooks[$parent] ) ) { 620 $page_type = $admin_page_hooks[$parent]; 621 621 } 622 622 -
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.