source:
trunk/www.guidonia.net/wp/wp-admin/profile.php@
44
Last change on this file since 44 was 44, checked in by , 15 years ago | |
---|---|
File size: 275 bytes |
Rev | Line | |
---|---|---|
[44] | 1 | <?php |
2 | /** | |
3 | * User Profile Administration Panel. | |
4 | * | |
5 | * @package WordPress | |
6 | * @subpackage Administration | |
7 | */ | |
8 | ||
9 | /** | |
10 | * This is a profile page. | |
11 | * | |
12 | * @since unknown | |
13 | * @var bool | |
14 | */ | |
15 | define('IS_PROFILE_PAGE', true); | |
16 | ||
17 | /** Load User Editing Page */ | |
18 | require_once('user-edit.php'); | |
19 | ?> |
Note:
See TracBrowser
for help on using the repository browser.