mirror of
https://github.com/WordPress/WordPress.git
synced 2025-02-01 21:21:24 +01:00
ece19d2bfb
git-svn-id: http://svn.automattic.com/wordpress/trunk@6697 1a063a9b-81f0-0310-95a4-ce76da25c4cd
5 lines
65 B
PHP
5 lines
65 B
PHP
<?php
|
|
$is_profile_page = true;
|
|
require_once('user-edit.php');
|
|
?>
|