1
0
mirror of https://github.com/WordPress/WordPress.git synced 2025-03-13 07:10:00 +01:00
WordPress/wp-admin/profile.php

5 lines
73 B
PHP

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