From c4ae7307442b2e9a5e1ff087fd419fe525a3e86a Mon Sep 17 00:00:00 2001 From: Matt Mullenweg 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: https://develop.svn.wordpress.org/trunk@819 602fd350-edb4-49c9-b593-d223f7449a82 --- 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 a9291d2662..4d43f7ab6b 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 ff46c4b7d4..0070e4fd3a 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.)