Admin menu: add generic icon, fix hover in IE, speed up response timing

git-svn-id: https://develop.svn.wordpress.org/trunk@9182 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Ozz
2008-10-15 06:54:25 +00:00
parent 45123cac1f
commit 7ab970715d
7 changed files with 54 additions and 40 deletions
+2
View File
@@ -95,6 +95,8 @@ $menu[50] = array( __('Settings'), 'manage_options', 'options-general.php', '',
$submenu['options-general.php'][40] = array(__('Permalinks'), 'manage_options', 'options-permalink.php');
$submenu['options-general.php'][45] = array(__('Miscellaneous'), 'manage_options', 'options-misc.php');
$menu[55] = array( '', 'read', '', '', 'wp-menu-separator' );
// Back-compat for old top-levels
$_wp_real_parent_file['post.php'] = 'post-new.php';
$_wp_real_parent_file['edit.php'] = 'post-new.php';