Make WordPress Core


Ignore:
Timestamp:
09/25/2006 02:09:08 AM (19 years ago)
Author:
ryan
Message:

Make those chars feel special.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.0/wp-admin/profile.php

    r3805 r4229  
    66$parent_file = 'profile.php';
    77include_once('admin-header.php');
    8 $profileuser = new WP_User($user_ID);
     8$profileuser = get_user_to_edit($user_ID);
    99
    1010$bookmarklet_height= 440;
Note: See TracChangeset for help on using the changeset viewer.