Moved profile under users
git-svn-id: http://svn.automattic.com/wordpress/trunk@1471 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
89254d9845
commit
0027ef1c31
|
@ -218,7 +218,7 @@ break;
|
|||
|
||||
|
||||
default:
|
||||
|
||||
$parent_file = 'users.php';
|
||||
include_once('admin-header.php');
|
||||
$profiledata=get_userdata($user_ID);
|
||||
|
||||
|
@ -227,6 +227,10 @@ default:
|
|||
$bookmarklet_height= (get_settings('use_trackback')) ? 480 : 440;
|
||||
|
||||
?>
|
||||
<ul id="adminmenu2">
|
||||
<li><a href="users.php"><?php _e('Authors & Users') ?></a></li>
|
||||
<li><a class="current"><?php _e('Your Profile') ?></a></li>
|
||||
</ul>
|
||||
<?php if (isset($updated)) { ?>
|
||||
<div class="updated">
|
||||
<p><strong><?php _e('Profile updated.') ?></strong></p>
|
||||
|
|
|
@ -177,6 +177,11 @@ default:
|
|||
$standalone = 0;
|
||||
include ('admin-header.php');
|
||||
?>
|
||||
<ul id="adminmenu2">
|
||||
<li><a class="current"><?php _e('Authors & Users') ?></a></li>
|
||||
<li><a href="profile.php"><?php _e('Your Profile') ?></a></li>
|
||||
</ul>
|
||||
|
||||
<?php if (isset($_GET['deleted'])) : ?>
|
||||
<div class="updated"><p><?php _e('User deleted.') ?></p></div>
|
||||
<?php endif; ?>
|
||||
|
|
Loading…
Reference in New Issue