web/wp-admin/profile.php
changeset 136 bde1974c263b
child 194 32102edaa81b
equal deleted inserted replaced
135:53cff4b4a802 136:bde1974c263b
       
     1 <?php
       
     2 /**
       
     3  * User Profile Administration Panel.
       
     4  *
       
     5  * @package WordPress
       
     6  * @subpackage Administration
       
     7  */
       
     8 
       
     9 /**
       
    10  * This is a profile page.
       
    11  *
       
    12  * @since unknown
       
    13  * @var bool
       
    14  */
       
    15 define('IS_PROFILE_PAGE', true);
       
    16 
       
    17 /** Load User Editing Page */
       
    18 require_once('user-edit.php');
       
    19 ?>