Make WordPress Core


Ignore:
Timestamp:
07/21/2004 07:23:45 AM (22 years ago)
Author:
saxmatt
Message:

Moved profile under users

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/profile.php

    r1435 r1471  
    219219
    220220default:
    221 
     221    $parent_file = 'users.php';
    222222    include_once('admin-header.php');
    223223    $profiledata=get_userdata($user_ID);
     
    228228
    229229    ?>
     230<ul id="adminmenu2">
     231    <li><a href="users.php"><?php _e('Authors &amp; Users') ?></a></li>
     232    <li><a class="current"><?php _e('Your Profile') ?></a></li>
     233</ul>
    230234<?php if (isset($updated)) { ?>
    231235<div class="updated">
Note: See TracChangeset for help on using the changeset viewer.