Better notice and link after post/page saving. Props mdawaffe. fixes #1690

git-svn-id: http://svn.automattic.com/wordpress/trunk@4317 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
markjaquith
2006-10-04 07:46:47 +00:00
parent f26dffc5d0
commit 2537888779
4 changed files with 9 additions and 9 deletions

View File

@@ -32,7 +32,7 @@ case 'post':
break;
}
} else {
$location = 'post-new.php?posted=true';
$location = "post-new.php?posted=$post_ID";
}
if ( isset($_POST['save']) )
@@ -106,7 +106,7 @@ case 'editpost':
break;
}
} else {
$location = 'post-new.php?posted=true';
$location = "post-new.php?posted=$post_ID";
}
if ( isset($_POST['save']) )