inception/srcs/wordpress/wp-admin/profile.php
Vous@exemple.com 80e7650448 j'en ai marre
2022-08-25 07:13:18 +02:00

19 lines
283 B
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 __DIR__ . '/user-edit.php';