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/profile.php

    r4447 r4478  
    11<?php
    22require_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';
    103include_once('admin-header.php');
    114$profileuser = get_user_to_edit($user_ID);
Note: See TracChangeset for help on using the changeset viewer.