Changeset 4229 for branches/2.0/wp-admin/profile.php
- Timestamp:
- 09/25/2006 02:09:08 AM (19 years ago)
- File:
-
- 1 edited
-
branches/2.0/wp-admin/profile.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/2.0/wp-admin/profile.php
r3805 r4229 6 6 $parent_file = 'profile.php'; 7 7 include_once('admin-header.php'); 8 $profileuser = new WP_User($user_ID);8 $profileuser = get_user_to_edit($user_ID); 9 9 10 10 $bookmarklet_height= 440;
Note: See TracChangeset
for help on using the changeset viewer.