| author | Anthony Ly <anthonyly.com@gmail.com> |
| Mon, 19 Nov 2012 18:26:13 +0100 | |
| changeset 194 | 32102edaa81b |
| parent 136 | bde1974c263b |
| permissions | -rw-r--r-- |
| 136 | 1 |
<?php |
2 |
/** |
|
|
194
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
3 |
* User Profile Administration Screen. |
| 136 | 4 |
* |
5 |
* @package WordPress |
|
6 |
* @subpackage Administration |
|
7 |
*/ |
|
8 |
||
9 |
/** |
|
10 |
* This is a profile page. |
|
11 |
* |
|
|
194
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
12 |
* @since 2.5.0 |
| 136 | 13 |
* @var bool |
14 |
*/ |
|
15 |
define('IS_PROFILE_PAGE', true); |
|
16 |
||
17 |
/** Load User Editing Page */ |
|
|
194
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
18 |
require_once('./user-edit.php'); |