mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-11 12:20:22 +00:00
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
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user