diff --git a/wp-admin/edit-form-advanced.php b/wp-admin/edit-form-advanced.php
index 2342ea6a60..5c45503ad9 100644
--- a/wp-admin/edit-form-advanced.php
+++ b/wp-admin/edit-form-advanced.php
@@ -45,6 +45,7 @@ if (get_settings('use_trackback')) {
}
$saveasdraft = '';
+if (empty($post_status)) $post_status = 'draft';
?>
diff --git a/wp-admin/options-permalink.php b/wp-admin/options-permalink.php
index 63b48ad8ea..2e4a7054bb 100644
--- a/wp-admin/options-permalink.php
+++ b/wp-admin/options-permalink.php
@@ -106,7 +106,7 @@ if (isset($_POST['submit'])) {
- Using the permalink structure value you currently have, %s
, these are the mod_rewrite rules you should have in your .htaccess
file.
%s, these are the mod_rewrite rules you should have in your .htaccess
file. Click in the field and press CTRL + a to select all.'), $permalink_structure) ?>