X-Git-Url: https://scripts.mit.edu/gitweb/autoinstalls/wordpress.git/blobdiff_plain/ff81ee6e8304a1982a3ec4f5b134764a29d502cf..38ac4bc40322ecdc4052db4263466573e01fa51f:/wp-admin/profile.php diff --git a/wp-admin/profile.php b/wp-admin/profile.php index 1966cef8..0f33eb2c 100644 --- a/wp-admin/profile.php +++ b/wp-admin/profile.php @@ -1,144 +1,18 @@ - - - -
-

-
- - -
-

-
-

- - -

- -
- -

- -

- -

- -

- -

-
- -
- - -

- -

- -

- -

- -

-

-
-
-
- -

-

-
- -
- -

-

-

-
- - - - -
- -

- -

- - - - - caps) > count($profileuser->roles)): - ?> - - - - - -
caps as $cap => $value) { - if(!$wp_roles->is_role($cap)) { - if($output != '') $output .= ', '; - $output .= $value ? $cap : "Denied: {$cap}"; - } - } - echo $output; - ?>
-

- -

-
- -
- - +/** + * User Profile Administration Screen. + * + * @package WordPress + * @subpackage Administration + */ + +/** + * This is a profile page. + * + * @since 2.5.0 + * @var bool + */ +define('IS_PROFILE_PAGE', true); + +/** Load User Editing Page */ +require_once( dirname( __FILE__ ) . '/user-edit.php' );