Changeset 8645 for trunk/wp-admin/profile.php
- Timestamp:
- 08/14/2008 06:30:38 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/profile.php
r6700 r8645 1 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 */ 2 15 define('IS_PROFILE_PAGE', true); 16 17 /** Load User Editing Page */ 3 18 require_once('user-edit.php'); 4 19 ?>
Note: See TracChangeset
for help on using the changeset viewer.