mirror of
https://github.com/WordPress/WordPress.git
synced 2025-02-02 05:31:25 +01:00
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:
parent
4cd1a57e3c
commit
37b130e30c
@ -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>
|
||||
|
@ -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.)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user