autosave fix ups

git-svn-id: https://develop.svn.wordpress.org/trunk@4087 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren 2006-08-11 18:54:09 +00:00
parent 5f241c40be
commit 89c450981a
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@ case 'editpost':
$page_ID = edit_post();
if ($_POST['save']) {
$location = wp_get_referer();
$location = "page.php?action=edit&post=$page_ID";
} elseif ($_POST['updatemeta']) {
$location = wp_get_referer() . '&message=2#postcustom';
} elseif ($_POST['deletemeta']) {