web/wp-admin/profile.php
changeset 194 32102edaa81b
parent 136 bde1974c263b
--- a/web/wp-admin/profile.php	Thu Sep 16 15:45:36 2010 +0000
+++ b/web/wp-admin/profile.php	Mon Nov 19 18:26:13 2012 +0100
@@ -1,6 +1,6 @@
 <?php
 /**
- * User Profile Administration Panel.
+ * User Profile Administration Screen.
  *
  * @package WordPress
  * @subpackage Administration
@@ -9,11 +9,10 @@
 /**
  * This is a profile page.
  *
- * @since unknown
+ * @since 2.5.0
  * @var bool
  */
 define('IS_PROFILE_PAGE', true);
 
 /** Load User Editing Page */
-require_once('user-edit.php');
-?>
+require_once('./user-edit.php');