From 01961fba45d920949a4cbea024e671547bb28dfb Mon Sep 17 00:00:00 2001 From: matt Date: Sat, 31 Mar 2007 22:02:19 +0000 Subject: [PATCH] Kill the slow-loading iframe in favor of a popup link git-svn-id: http://svn.automattic.com/wordpress/trunk@5159 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/edit-form-advanced.php | 9 ++++++++- wp-admin/edit-page-form.php | 9 ++++++++- wp-admin/page.php | 6 ------ wp-admin/post.php | 6 ------ 4 files changed, 16 insertions(+), 14 deletions(-) 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'); - ?> -
-

- -
- -
-

- -
-