From 89fe0ff804e7c6497ebacc8b341ac89974f6f255 Mon Sep 17 00:00:00 2001 From: donncha Date: Mon, 21 May 2007 18:37:58 +0000 Subject: WP Merge to rev 5499, this is a big one! Test it before you put it live! Test only, not for production use yet git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@972 7be80a69-a1ef-0310-a953-fb0f7c49ff36 --- wp-admin/edit-page-form.php | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'wp-admin/edit-page-form.php') diff --git a/wp-admin/edit-page-form.php b/wp-admin/edit-page-form.php index f55f733..f7083fd 100644 --- a/wp-admin/edit-page-form.php +++ b/wp-admin/edit-page-form.php @@ -131,7 +131,14 @@ endforeach;
- + + +post_status ) { ?> + + + + + post_content); ?>
@@ -156,7 +163,7 @@ if (current_user_can('upload_files')) { $uploading_iframe_src = wp_nonce_url("upload.php?style=inline&tab=upload&post_id=$uploading_iframe_ID", 'inlineuploading'); $uploading_iframe_src = apply_filters('uploading_iframe_src', $uploading_iframe_src); if ( false != $uploading_iframe_src ) - echo ''; + echo ''; } ?> -- cgit