Files
WordPress/wp-admin/profile.php
T

19 lines
298 B
PHP
Raw Normal View History

<?php
/**
* User Profile Administration Screen.
*
* @package WordPress
* @subpackage Administration
*/
/**
* This is a profile page.
*
* @since 2.5.0
* @var bool
*/
2017-11-30 23:11:00 +00:00
define( 'IS_PROFILE_PAGE', true );
/** Load User Editing Page */
require_once( dirname( __FILE__ ) . '/user-edit.php' );