wp/wp-admin/profile.php
changeset 0 d970ebf37754
child 9 177826044cd9
equal deleted inserted replaced
-1:000000000000 0:d970ebf37754
       
     1 <?php
       
     2 /**
       
     3  * User Profile Administration Screen.
       
     4  *
       
     5  * @package WordPress
       
     6  * @subpackage Administration
       
     7  */
       
     8 
       
     9 /**
       
    10  * This is a profile page.
       
    11  *
       
    12  * @since 2.5.0
       
    13  * @var bool
       
    14  */
       
    15 define('IS_PROFILE_PAGE', true);
       
    16 
       
    17 /** Load User Editing Page */
       
    18 require_once( dirname( __FILE__ ) . '/user-edit.php' );