From 64a6d3806d9ed5e32066c830f066398372a085d0 Mon Sep 17 00:00:00 2001 From: Matt Mullenweg Date: Thu, 6 Nov 2003 07:48:53 +0000 Subject: [PATCH] Save as draft and continue editing feature. git-svn-id: https://develop.svn.wordpress.org/trunk@528 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-admin/wp-edit.form.php | 5 +++-- wp-admin/wp-post.php | 4 ++++ 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/wp-admin/wp-edit.form.php b/wp-admin/wp-edit.form.php index 69205f6771..f9b6f87dbb 100644 --- a/wp-admin/wp-edit.form.php +++ b/wp-admin/wp-edit.form.php @@ -28,6 +28,7 @@ switch($action) { $form_trackback = ''; } $colspan = 3; + $saveasdraft = ''; break; case "edit": $submitbutton_text = 'Edit this!'; @@ -185,7 +186,7 @@ if ($use_quicktags) { -