mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 22:30:04 +00:00
More changes for new admin path. Removed relocated files.
Moved some more files from b2-include to wp-admin. git-svn-id: https://develop.svn.wordpress.org/trunk@40 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -43,7 +43,7 @@ switch($action) {
|
||||
|
||||
case "update":
|
||||
|
||||
require_once("$b2inc/b2verifauth.php");
|
||||
require_once("b2verifauth.php");
|
||||
|
||||
get_currentuserinfo();
|
||||
|
||||
@@ -114,7 +114,7 @@ break;
|
||||
|
||||
case "viewprofile":
|
||||
|
||||
require_once("$b2inc/b2verifauth.php");
|
||||
require_once("b2verifauth.php");
|
||||
/* $profile=1;
|
||||
|
||||
get_currentuserinfo();
|
||||
|
||||
Reference in New Issue
Block a user