diff --git a/wp-admin/edit-form-advanced.php b/wp-admin/edit-form-advanced.php index 897222046d..c6559b938f 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 f55f733516..0dff30a1a6 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 e6c041f7c1..654f840904 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'); - ?> -
-

- -
- -
-

- -
-