Make WordPress Core


Ignore:
Timestamp:
08/22/2004 11:24:50 PM (21 years ago)
Author:
saxmatt
Message:

New submenu system.

File:
1 edited

Legend:

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

    r1520 r1551  
    33
    44$title = __('Users');
    5 /* <Team> */
     5$parent_file = 'users.php';
    66   
    77$wpvarstoreset = array('action','standalone','redirect','profile');
     
    180180    include ('admin-header.php');
    181181    ?>
    182 <ul id="adminmenu2">
    183     <li><a class="current"><?php _e('Authors &amp; Users') ?></a></li>
    184     <li><a href="profile.php"><?php _e('Your Profile') ?></a></li>
    185 </ul>
    186182
    187183<?php if (isset($_GET['deleted'])) : ?>
     
    341337break;
    342338}
    343    
    344 /* </Team> */
     339
    345340include('admin-footer.php');
    346341?>
Note: See TracChangeset for help on using the changeset viewer.