diff --git a/wp-admin/edit-form-advanced.php b/wp-admin/edit-form-advanced.php index 897222046..c6559b938 100644 --- a/wp-admin/edit-form-advanced.php +++ b/wp-admin/edit-form-advanced.php @@ -144,7 +144,14 @@ endforeach;
- + + +post_status ) { ?> + + + + + post_content); ?>
diff --git a/wp-admin/edit-page-form.php b/wp-admin/edit-page-form.php index f55f73351..0dff30a1a 100644 --- a/wp-admin/edit-page-form.php +++ b/wp-admin/edit-page-form.php @@ -131,7 +131,14 @@ endforeach;
- + + +post_status ) { ?> + + + + + post_content); ?>
diff --git a/wp-admin/page.php b/wp-admin/page.php index e6c041f7c..654f84090 100644 --- a/wp-admin/page.php +++ b/wp-admin/page.php @@ -61,12 +61,6 @@ case 'edit': die ( __('You are not allowed to edit this page.') ); include('edit-page-form.php'); - ?> -
-

- -
- -
-

- -
-