Changeset 4480 for trunk/wp-admin/profile.php
- Timestamp:
- 11/18/2006 07:31:29 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/profile.php
r4478 r4480 1 1 <?php 2 2 require_once('admin.php'); 3 4 $title = __('Profile'); 5 6 if ( current_user_can('edit_users') ) 7 $parent_file = 'users.php'; 8 else 9 $parent_file = 'profile.php'; 3 10 include_once('admin-header.php'); 4 11 $profileuser = get_user_to_edit($user_ID);
Note: See TracChangeset
for help on using the changeset viewer.