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:
parent
24bc2c6e13
commit
c4ae730744
|
@ -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><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>
|
<li class="last"><a href="<?php echo $siteurl ?>/wp-login.php?action=logout">Logout (<?php echo stripslashes($user_nickname) ?>)</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
|
@ -5,6 +5,7 @@
|
||||||
3 users.php Users
|
3 users.php Users
|
||||||
4 options.php Options
|
4 options.php Options
|
||||||
4 templates.php Templates
|
4 templates.php Templates
|
||||||
|
0 profile.php My Profile
|
||||||
***
|
***
|
||||||
(Everything after the '***' is a comment.)
|
(Everything after the '***' is a comment.)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue