Changeset 1551 for trunk/wp-admin/users.php
- Timestamp:
- 08/22/2004 11:24:50 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/users.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/users.php
r1520 r1551 3 3 4 4 $title = __('Users'); 5 /* <Team> */ 5 $parent_file = 'users.php'; 6 6 7 7 $wpvarstoreset = array('action','standalone','redirect','profile'); … … 180 180 include ('admin-header.php'); 181 181 ?> 182 <ul id="adminmenu2">183 <li><a class="current"><?php _e('Authors & Users') ?></a></li>184 <li><a href="profile.php"><?php _e('Your Profile') ?></a></li>185 </ul>186 182 187 183 <?php if (isset($_GET['deleted'])) : ?> … … 341 337 break; 342 338 } 343 344 /* </Team> */ 339 345 340 include('admin-footer.php'); 346 341 ?>
Note: See TracChangeset
for help on using the changeset viewer.