Remove blank line from edit-page-form.php, props vladimir_kolesnikov, see #8335

git-svn-id: https://develop.svn.wordpress.org/trunk@10091 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Ozz 2008-12-06 23:22:18 +00:00
parent cee6f56637
commit 8022edc83c
1 changed files with 0 additions and 3 deletions

View File

@ -47,9 +47,7 @@ if ( 0 == $post_ID) {
$temp_ID = (int) $temp_ID; $temp_ID = (int) $temp_ID;
$user_ID = (int) $user_ID; $user_ID = (int) $user_ID;
?>
<?php
/** /**
* Display submit form fields. * Display submit form fields.
* *
@ -370,7 +368,6 @@ if ( $authors && count( $authors ) > 1 ) {
add_meta_box('pageauthordiv', __('Page Author'), 'page_author_meta_box', 'page', 'normal', 'core'); add_meta_box('pageauthordiv', __('Page Author'), 'page_author_meta_box', 'page', 'normal', 'core');
} }
if ( 0 < $post_ID && wp_get_post_revisions( $post_ID ) ) : if ( 0 < $post_ID && wp_get_post_revisions( $post_ID ) ) :
/** /**
* Display list of page revisions. * Display list of page revisions.