Your IP : 172.28.240.42


Current Path : /var/www/html/clients/rebirth.e-nk.ru/news/wp-admin/
Upload File :
Current File : /var/www/html/clients/rebirth.e-nk.ru/news/wp-admin/profile.php

<?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');
?>