WordPress/wp-admin/profile.php

5 lines
73 B
PHP

<?php
define('IS_PROFILE_PAGE', true);
require_once('user-edit.php');
?>