twentyGOLEM/wp-admin/profile.php
2008-01-31 21:44:17 +00:00

5 lines
65 B
PHP

<?php
$is_profile_page = true;
require_once('user-edit.php');
?>