X-Git-Url: https://scripts.mit.edu/gitweb/autoinstalls/wordpress.git/blobdiff_plain/cc7b1505cd9fafd87c3672f669e13e98b0c544f7..c81aba3d563f7459dc79140e4c5be67bcf506b92:/wp-admin/profile.php diff --git a/wp-admin/profile.php b/wp-admin/profile.php index 04f2fc49..0f33eb2c 100644 --- a/wp-admin/profile.php +++ b/wp-admin/profile.php @@ -1,145 +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' );