web/wp-admin/profile.php
author Anthony Ly <anthonyly.com@gmail.com>
Tue, 18 Dec 2012 17:47:31 -0800
changeset 201 9db125e8f1e0
parent 194 32102edaa81b
permissions -rw-r--r--
ajout de slide part 2

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