From a2ac6a73f4469f848b72526f4f2ecf56b11b6da2 Mon Sep 17 00:00:00 2001 From: ryan Date: Thu, 11 Sep 2008 20:53:12 +0000 Subject: [PATCH] Themes menu rewording. see #7552 git-svn-id: http://svn.automattic.com/wordpress/trunk@8870 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/menu.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-admin/menu.php b/wp-admin/menu.php index 15e2b6cf9..86e7ff9a0 100644 --- a/wp-admin/menu.php +++ b/wp-admin/menu.php @@ -46,8 +46,8 @@ $menu[5] = array( __('Content'), 'edit_posts', 'edit.php', 'wp-menu-open' ); $submenu['edit.php'][20] = array( __('Links'), 'manage_links', 'link-manager.php' ); $submenu['edit.php'][25] = array( __('Pages'), 'edit_pages', 'edit-pages.php' ); -$menu[10] = array( __('Templates'), 'switch_themes', 'themes.php' ); - $submenu['themes.php'][5] = array(__('Themes'), 'switch_themes', 'themes.php'); +$menu[10] = array( __('Themes'), 'switch_themes', 'themes.php' ); + $submenu['themes.php'][5] = array(__('Directory'), 'switch_themes', 'themes.php'); $submenu['themes.php'][10] = array(__('Theme Editor'), 'edit_themes', 'theme-editor.php'); $menu[15] = array( __('Utilities'), 'read', 'users.php' ); // placeholder - should be inbox