1
0
mirror of https://github.com/WordPress/WordPress.git synced 2025-04-01 09:26:10 +02:00
WordPress/wp-admin/profile.php

5 lines
73 B
PHP

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