wp/wp-admin/profile.php
changeset 0 d970ebf37754
child 9 177826044cd9
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/wp/wp-admin/profile.php	Wed Nov 06 03:21:17 2013 +0000
@@ -0,0 +1,18 @@
+<?php
+/**
+ * User Profile Administration Screen.
+ *
+ * @package WordPress
+ * @subpackage Administration
+ */
+
+/**
+ * This is a profile page.
+ *
+ * @since 2.5.0
+ * @var bool
+ */
+define('IS_PROFILE_PAGE', true);
+
+/** Load User Editing Page */
+require_once( dirname( __FILE__ ) . '/user-edit.php' );