From 49a667aa096432dc33c50567474e543767d997c2 Mon Sep 17 00:00:00 2001 From: azaozz Date: Sat, 6 Dec 2008 23:22:18 +0000 Subject: [PATCH] Remove blank line from edit-page-form.php, props vladimir_kolesnikov, see #8335 git-svn-id: http://svn.automattic.com/wordpress/trunk@10091 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/edit-page-form.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/wp-admin/edit-page-form.php b/wp-admin/edit-page-form.php index f4d98fe995..c656050e58 100644 --- a/wp-admin/edit-page-form.php +++ b/wp-admin/edit-page-form.php @@ -47,9 +47,7 @@ if ( 0 == $post_ID) { $temp_ID = (int) $temp_ID; $user_ID = (int) $user_ID; -?> - 1 ) { add_meta_box('pageauthordiv', __('Page Author'), 'page_author_meta_box', 'page', 'normal', 'core'); } - if ( 0 < $post_ID && wp_get_post_revisions( $post_ID ) ) : /** * Display list of page revisions.