Make WordPress Core


Ignore:
Timestamp:
11/18/2006 07:31:29 AM (18 years ago)
Author:
ryan
Message:

Hold off on menu cleanup until next release. There be dragons.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/profile.php

    r4478 r4480  
    11<?php
    22require_once('admin.php');
     3
     4$title = __('Profile');
     5
     6if ( current_user_can('edit_users') )
     7    $parent_file = 'users.php';
     8else
     9    $parent_file = 'profile.php';
    310include_once('admin-header.php');
    411$profileuser = get_user_to_edit($user_ID);
Note: See TracChangeset for help on using the changeset viewer.