From 0a97d079a9a77cd31d563b081b43e6d639c2f1fc Mon Sep 17 00:00:00 2001 From: Ryan Boren Date: Mon, 28 Jan 2008 17:45:11 +0000 Subject: [PATCH] Make postbox IDs unique git-svn-id: https://develop.svn.wordpress.org/trunk@6671 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-admin/edit-page-form.php | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/wp-admin/edit-page-form.php b/wp-admin/edit-page-form.php index 52cacdbd8f..2945efb7a3 100644 --- a/wp-admin/edit-page-form.php +++ b/wp-admin/edit-page-form.php @@ -136,7 +136,7 @@ if ( ('edit' == $action) && current_user_can('delete_page', $post_ID) )

-
+

@@ -155,7 +155,7 @@ list_meta($metadata);
-
+

@@ -166,21 +166,21 @@ list_meta($metadata);
-
+

-
+

-
+

@@ -202,7 +202,7 @@ list_meta($metadata);
-
+

@@ -215,7 +215,7 @@ if ( $post->post_author && !in_array($post->post_author, $authors) ) $authors[] = $post->post_author; if ( $authors && count( $authors ) > 1 ) : ?> -
+

$authors, 'name' => 'post_author_override', 'selected' => empty($post_ID) ? $user_ID : $post->post_author) ); ?>