File "profile.php"
Full path: /home/einst/www/wp-admin/profile.php
File
size: 298 B
MIME-type: text/x-php
Charset: utf-8
Download Open Edit Advanced Editor Back
<?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( dirname( __FILE__ ) . '/user-edit.php' );