wp/wp-admin/profile.php
author ymh <ymh.work@gmail.com>
Mon, 14 Oct 2019 18:28:13 +0200
changeset 9 177826044cd9
parent 0 d970ebf37754
child 16 a86126ab1dd4
permissions -rw-r--r--
upgrade wordpress to 5.2.3

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