File "profile.php"
Full Path: /www/wwwroot/shphe-en.com/wp-admin/meta/profile.php
File size: 273 bytes
MIME-type: --
Charset: utf-8
<?php
/**
* 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('./user-edit.php');