You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- <?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' );
|