From 363afe64cdc78d837ab3a735108a03bd4f534558 Mon Sep 17 00:00:00 2001 From: emc3 Date: Thu, 4 Mar 2004 15:56:02 +0000 Subject: [PATCH] Fixed posting problems when 'advanced controls' is the default writing option. git-svn-id: http://svn.automattic.com/wordpress/trunk@958 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/edit-form-advanced.php | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) diff --git a/wp-admin/edit-form-advanced.php b/wp-admin/edit-form-advanced.php index f90390375..c7c04f38f 100644 --- a/wp-admin/edit-form-advanced.php +++ b/wp-admin/edit-form-advanced.php @@ -4,10 +4,17 @@ $allowed_users = explode(" ", trim(get_settings('fileupload_allowedusers'))); +$post_ID = intval($postdata['ID']); + $submitbutton_text = 'Save'; -$toprow_title = 'Editing Post #' . $postdata['ID']; -$form_action = 'editpost'; -$form_extra = "' />\n'; @@ -33,7 +40,8 @@ $saveasdraft = ' - + +