mirror of
https://github.com/WordPress/WordPress.git
synced 2025-02-18 04:25:07 +00:00
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:
|
default:
|
||||||
|
$parent_file = 'users.php';
|
||||||
include_once('admin-header.php');
|
include_once('admin-header.php');
|
||||||
$profiledata=get_userdata($user_ID);
|
$profiledata=get_userdata($user_ID);
|
||||||
|
|
||||||
@ -227,6 +227,10 @@ default:
|
|||||||
$bookmarklet_height= (get_settings('use_trackback')) ? 480 : 440;
|
$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)) { ?>
|
<?php if (isset($updated)) { ?>
|
||||||
<div class="updated">
|
<div class="updated">
|
||||||
<p><strong><?php _e('Profile updated.') ?></strong></p>
|
<p><strong><?php _e('Profile updated.') ?></strong></p>
|
||||||
|
@ -177,6 +177,11 @@ default:
|
|||||||
$standalone = 0;
|
$standalone = 0;
|
||||||
include ('admin-header.php');
|
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'])) : ?>
|
<?php if (isset($_GET['deleted'])) : ?>
|
||||||
<div class="updated"><p><?php _e('User deleted.') ?></p></div>
|
<div class="updated"><p><?php _e('User deleted.') ?></p></div>
|
||||||
<?php endif; ?>
|
<?php endif; ?>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user