mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 22:30:04 +00:00
Moved profile under users
git-svn-id: https://develop.svn.wordpress.org/trunk@1471 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -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; ?>
|
||||
|
||||
Reference in New Issue
Block a user