Make WordPress Core


Ignore:
Timestamp:
11/18/2006 06:09:48 AM (18 years ago)
Author:
matt
Message:

Admin functions cleanup, and change how we do titles and parents in the backend

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/user-edit.php

    r4447 r4478  
    22require_once('admin.php');
    33
    4 $title = __('Edit User');
    5 if ( current_user_can('edit_users') )
    6     $parent_file = 'users.php';
    7 else
    8     $parent_file = 'profile.php';
    94$submenu_file = 'users.php';
    105
Note: See TracChangeset for help on using the changeset viewer.