Path fixes.

git-svn-id: http://svn.automattic.com/wordpress/trunk@55 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
saxmatt 2003-05-23 13:49:12 +00:00
parent ae14eac7f8
commit 904d131180
1 changed files with 3 additions and 3 deletions

View File

@ -146,13 +146,13 @@ case "login":
switch($mode) { switch($mode) {
case "bookmarklet": case "bookmarklet":
$location="b2bookmarklet.php?text=$text&popupurl=$popupurl&popuptitle=$popuptitle"; $location="wp-admin/b2bookmarklet.php?text=$text&popupurl=$popupurl&popuptitle=$popuptitle";
break; break;
case "sidebar": case "sidebar":
$location="sidebar.php?text=$text&popupurl=$popupurl&popuptitle=$popuptitle"; $location="wp-admin/sidebar.php?text=$text&popupurl=$popupurl&popuptitle=$popuptitle";
break; break;
case "profile": case "profile":
$location="profile.php?text=$text&popupurl=$popupurl&popuptitle=$popuptitle"; $location="wp-admin/profile.php?text=$text&popupurl=$popupurl&popuptitle=$popuptitle";
break; break;
default: default:
$location="$redirect_to"; $location="$redirect_to";