From 37b130e30cd2aba27c669cd0848d05befd18222f Mon Sep 17 00:00:00 2001 From: saxmatt Date: Sun, 1 Feb 2004 11:07:17 +0000 Subject: [PATCH] Menu should highlight My Profile when you're on that page. git-svn-id: http://svn.automattic.com/wordpress/trunk@819 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/menu.php | 2 -- wp-admin/menu.txt | 1 + 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/wp-admin/menu.php b/wp-admin/menu.php index a9291d266..4d43f7ab6 100644 --- a/wp-admin/menu.php +++ b/wp-admin/menu.php @@ -18,8 +18,6 @@ foreach ($menu as $item) { } ?> - -
  • My Profile
  • ">View site
  • Logout ()
  • diff --git a/wp-admin/menu.txt b/wp-admin/menu.txt index ff46c4b7d..0070e4fd3 100644 --- a/wp-admin/menu.txt +++ b/wp-admin/menu.txt @@ -5,6 +5,7 @@ 3 users.php Users 4 options.php Options 4 templates.php Templates +0 profile.php My Profile *** (Everything after the '***' is a comment.)