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
This commit is contained in:
saxmatt 2004-02-01 11:07:17 +00:00
parent 4cd1a57e3c
commit 37b130e30c
2 changed files with 1 additions and 2 deletions

View File

@ -18,8 +18,6 @@ foreach ($menu as $item) {
}
?>
<li><a href="profile.php">My Profile</a></li>
<li><a href="<?php echo "$siteurl/$blogfilename"; ?>">View site</a></li>
<li class="last"><a href="<?php echo $siteurl ?>/wp-login.php?action=logout">Logout (<?php echo stripslashes($user_nickname) ?>)</a></li>
</ul>

View File

@ -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.)