X-Git-Url: https://scripts.mit.edu/gitweb/autoinstalls/wordpress.git/blobdiff_plain/38ca813a0e312e2768e5b9519f0415cd0aa84781..e0feb3b2e5b436a06bbb04fbc838d1cd6ec95399:/wp-admin/user/profile.php diff --git a/wp-admin/user/profile.php b/wp-admin/user/profile.php index b55ba1c3..2f707099 100644 --- a/wp-admin/user/profile.php +++ b/wp-admin/user/profile.php @@ -7,6 +7,7 @@ * @since 3.1.0 */ -require_once( './admin.php' ); +/** Load WordPress Administration Bootstrap */ +require_once( dirname( __FILE__ ) . '/admin.php' ); -require( '../profile.php' ); \ No newline at end of file +require( ABSPATH . 'wp-admin/profile.php' );