init
This commit is contained in:
commit
ff6f6c80cd
1709 changed files with 840760 additions and 0 deletions
18
wp-admin/profile.php
Normal file
18
wp-admin/profile.php
Normal file
|
@ -0,0 +1,18 @@
|
|||
<?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' );
|
Loading…
Add table
Add a link
Reference in a new issue