/wp-admin/profile.php
https://gitlab.com/webteam/job_aag · PHP · 18 lines · 3 code · 2 blank · 13 comment · 0 complexity · 9184e53f96bade3e7ae7cda9eddf7a26 MD5 · raw file
- <?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' );