Changeset 1471 for trunk/wp-admin/profile.php
- Timestamp:
- 07/21/2004 07:23:45 AM (22 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/profile.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/profile.php
r1435 r1471 219 219 220 220 default: 221 221 $parent_file = 'users.php'; 222 222 include_once('admin-header.php'); 223 223 $profiledata=get_userdata($user_ID); … … 228 228 229 229 ?> 230 <ul id="adminmenu2"> 231 <li><a href="users.php"><?php _e('Authors & Users') ?></a></li> 232 <li><a class="current"><?php _e('Your Profile') ?></a></li> 233 </ul> 230 234 <?php if (isset($updated)) { ?> 231 235 <div class="updated">
Note: See TracChangeset
for help on using the changeset viewer.